Adds an application to the list of running applications in the machine debug manager.
Syntax
HRESULT AddApplication( IDebugApplication *pda, DWORD *pdwAppCookie );
Parameters
- pda
- [in] Address of an IDebugApplication interface.
- pdwAppCookie
- [out] Unsigned long integer value specifying a cookie that is used to remove the application from the machine debug manager.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also