ICreateProcessInputs::GetCreateFlags method (shobjidl_core.h)

Gets the additional flags that will be passed to CreateProcess.

Syntax

HRESULT GetCreateFlags(
  [out] DWORD *pdwCreationFlags
);

Parameters

[out] pdwCreationFlags

A pointer to a DWORD which receives the flags that will be passed as the dwCreationFlags parameter to CreateProcess.

Return value

S_OK if the method succeeds. Otherwise, an HRESULT error code.

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

ICreateProcessInputs

ICreatingProcess::OnCreating