ICreateProcessInputs::GetCreateFlags method
Gets the additional flags that will be passed to CreateProcess.
Syntax
HRESULT GetCreateFlags( [out] DWORD * pdwCreationFlags );
Parameters
- pdwCreationFlags [out]
-
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
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Show: