IOsAxsThread::GetData (Windows CE 5.0)
This method returns thread data.
HRESULT GetData( DWORD*pdwId,DWORD*pdwHnd,DWORD*pdwPtr,IOsAxsProcess** ppiOsAxsOwningProc,BOOL*pfRunning,DWORD*pdwCpuNum);
Parameters
pdwId
[out] Pointer to the debugger thread identifier, which is an arbitrary 32-bit identifier that is not unique during execution.pdwHnd
[out] Pointer to the thread or kernel handle.pdwPtr
[out] Pointer to the thread kernel data structure address.If the data structure is not available, the value can be NULL.
piOsAxsProc
[out] Pointer to the owning process.pfRunning
[out] Boolean value that returns TRUE if the thread was running when the debugging halt occurred.pdwCpuNum
[out] Pointer to the value of the CPU number running the thread.If the CPU number is not known, the value is -1.
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