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 a list of all programs being debugged by a debug engine (DE).
HRESULT EnumPrograms( 
   IEnumDebugPrograms2** ppEnum
);
int EnumPrograms( 
   out IEnumDebugPrograms2 ppEnum
);
Parameters
- ppEnum
 [out] Returns an IEnumDebugPrograms2 object that contains a list of all programs being debugged by a DE.
Return Value
If successful, returns S_OK; otherwise, returns an error code.