IOsAxsProcess::GetData (Windows CE 5.0)
This method returns process data.
HRESULT GetData( DWORD*pdwId,DWORD*pdwHnd,DWORD*pdwPtr,IOsAxsModule**ppiOsAxsPrimaryMod);
Parameters
pdwId
[out] Pointer to the debugger process identifier, which is an arbitrary 32-bit identifier that is not unique during execution.pdwHnd
[out] Pointer to the process or kernel handle.pdwPtr
[out] Pointer to the process kernel data structure address.If the data structure is not available, this value is NULL.
ppiOsAxsPrimaryMod
[out] Pointer to the primary module, usually the .exe file associated with that process.
Return Values
The following table shows return values for this method.
Value | Description |
---|---|
S_OK | Indicates the function was successful. |
E_FAIL | Indicates an unspecified failure. |
Requirements
OS Version: Windows CE 5.0 and later.
Header: OsAcess.h.
Link Library: OSAXSC.lib.
See Also
Send Feedback on this topic to the authors