ICreateProcessInputs::SetCreateFlags 方法 (shobjidl_core.h)
设置将包含在 对 CreateProcess 的调用中的标志。
语法
HRESULT SetCreateFlags(
[in] DWORD dwCreationFlags
);
参数
[in] dwCreationFlags
将传递给 createProcess 的 dwCreationFlags 参数的标志。
返回值
如果方法成功,S_OK。 否则,返回 HRESULT 错误代码。
注解
先前调用 AddCreateFlags 或 SetCreateFlags 设置的任何标志都将替换为 dwCreationFlags 指定的值。 使用 AddCreateFlags 设置标志,而无需清除已设置的标志。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | shobjidl_core.h (包括 Shobjidl.h) |