SECURITY_ATTRIBUTES.bInheritHandle 字段

定义

确定在创建新进程时是否继承返回的句柄。 如果此字段设置为非零值,则新进程将继承句柄。 如果为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 

字段值

Int32
属性

适用于