ICreatingProcess::OnCreating method

Allows you to modify the parameters of the process being created.

Syntax


HRESULT OnCreating(
  [in] ICreateProcessInput pcpi
);

Parameters

pcpi [in]

A pointer to an ICreateProcessInputs interface which allows you to set some parameters for the process that is being created.

Return value

S_OK if the method succeeds. Otherwise, an HRESULT error code, and the process is not created.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

See also

ICreatingProcess
CreateProcess

 

 

Show: