Adds an application to the machine debug manager's list of running applications.
HRESULT AddApplication( IDebugApplication* pda, DWORD* pdwAppCookie );
- pda
[in] The debug application to add to the list of running applications.
- pdwAppCookie
[out] A cookie that is used to remove the application from the machine debug manager.
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. |
This method adds an application to the running application list in the machine debug manager.