Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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) |