Share via


ICcConnection::CloseProcessHandle (Windows Embedded CE 6.0)

1/5/2010

This method closes the process handle returned in ICcConnection::LaunchProcess.

In Windows Embedded CE 6.0, this method is deprecated.

Syntax

HRESULT CloseProcessHandle (
  DWORD in_ProcessHandle
);

Parameters

  • in_ProcessHandle
    [in] Handle returned by ICcConnection::LaunchProcess.

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