Share via


ICcConnection::EnumerateProcess (Windows Embedded CE 6.0)

1/5/2010

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
Windows Windows 2000, Windows Server 2003, Windows Server 2003 Service Pack 1, Windows XP Home, Windows XP Pro

See Also

Reference

ICcConnection
Core Connectivity Interfaces