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.
This method describes the active processes on a target device.
HRESULT EnumerateProcesses( SAFEARRAY(BSTR)*out_Processes, SAFEARRAY(DWORD)*out_ProcessesId);
Parameters
- out_Processes
[out] Array of active process names on a target device. - out_ProcessesId
[out] Array of process IDs that correspond to the process names in out_Processes.
Return Values
If the method fails, it returns an HRESULT error code.
If the method succeeds, it returns S_OK.
Requirements
OS Version: Windows 2000, Windows XP Home, Windows XP Pro, Windows Server 2003, and Windows Server 2003 Service Pack 1.
Header: CcConnection.h.
Link Library: none.
See Also
Send Feedback on this topic to the authors