Definition at line 111 of file ProcessDescriptor.h.
| System::ProcessDescriptor::ProcessHandle::ProcessHandle |
( |
long |
pid | ) |
|
Definition at line 400 of file ProcessDescriptor.cpp.
{
if ( pid > 0 ) {
#ifdef _WIN32
m_handle = ::OpenProcess(PROCESS_QUERY_INFORMATION|PROCESS_VM_READ,
FALSE,
pid);
#else
#endif
return;
}
}
}
| System::ProcessDescriptor::ProcessHandle::~ProcessHandle |
( |
| ) |
|
|
virtual |
| void* System::ProcessDescriptor::ProcessHandle::handle |
( |
| ) |
|
|
inline |
| long System::ProcessDescriptor::ProcessHandle::item |
( |
| ) |
|
|
inline |
| void* System::ProcessDescriptor::ProcessHandle::m_handle |
|
private |
| bool System::ProcessDescriptor::ProcessHandle::m_needRelease |
|
private |
The documentation for this class was generated from the following files: