Share via


ICcConnection::CloseProcessHandle (Compact 2013)

3/26/2014

Deprecated.

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

In Windows Embedded Compact 2013, 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

See Also

Reference

ICcConnection
Core Connectivity Interfaces