class CProcess

Win32 process representation class

Inheritance:


Public Methods

const CString& GetFilename ()
Get filename of this process (if available).
HANDLE GetHandle ()
Get process handle (if available) -- BE CAREFUL WITH THAT.
DWORD GetPID ()
Get process id of this process.
operator HANDLE ()
Convert to process handle (if possible) -- BE CAREFUL WITH THAT.

Documentation

Win32 process representation class. This class is used as the return value from CProcessList::GetNextProcess(). Note that you cannot instantiate an object of this class directly. Use the CProcessList class instead to obtain objects of this type.
DWORD GetPID()
Get process id of this process.

const CString& GetFilename()
Get filename of this process (if available).

HANDLE GetHandle()
Get process handle (if available) -- BE CAREFUL WITH THAT.

operator HANDLE()
Convert to process handle (if possible) -- BE CAREFUL WITH THAT.


Direct child classes:
CProcessNTPS
CProcessNT
CProcess98
See Also:
CProcessList

alphabetic index hierarchy of classes


generated by doc++