Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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) |