ICcConnection::EnumerateProcess (Compact 2013)
3/26/2014
Deprecated.
This method describes the active processes on a target device.
In Windows Embedded Compact 2013, 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 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.
Link Library: none.
Requirements
Header |
ccconnection.h |