Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the ID of the process that owns the object represented by this IDebugAddress2 interface.
HRESULT GetProcessID (
DWORD* pProcID
);
int GetProcessID (
out uint pProcID
);
Parameters
- pProcID
[out] The process ID.
Return Value
If successful, returns S_OK; otherwise, returns an error code.