Returns the process ID for the host application.
HRESULT GetHostPid( DWORD* dwHostPid );
- dwHostPid
[out] The host process identifier.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
Used by the IDE.
IRemoteDebugApplicationEx Interface