SECURITY_ATTRIBUTES.bInheritHandle 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定在创建新进程时是否继承返回的句柄。 如果此字段设置为非零值,则新进程将继承句柄。 如果为0,则新进程不会继承句柄。
public: int bInheritHandle;
public: int bInheritHandle;
int bInheritHandle;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.BOOL")]
public int bInheritHandle;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.BOOL")>]
val mutable bInheritHandle : int
Public bInheritHandle As Integer
字段值
- 属性