ICreatingProcess::OnCreating method (shobjidl_core.h)

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

Syntax

HRESULT OnCreating(
  [in] ICreateProcessInputs *pcpi
);

Parameters

[in] pcpi

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

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)

See also

CreateProcess

ICreatingProcess