Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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) |