ICcConnection::EnumerateProcess
Other versions of this page are also available for the following:
8/27/2008
This method describes the active processes on a target device.
In Windows Embedded CE 6.0, CoreCon HLAPI has been deprecated.
Syntax
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 Value
If the method fails, it returns an HRESULT error code.
If the method succeeds, it returns S_OK.
Requirements
Header | ccconnection.h |