Adds an application to the machine debug manager's list of running applications.

HRESULT AddApplication(
   IDebugApplication*  pda,
   DWORD*              pdwAppCookie
);

Parameters

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.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also