Share via


SECURITY_ATTRIBUTES.bInheritHandle Field

Definition

Determines whether the returned handle is inherited when a new process is created. If this field is set to a non-zero value, the new process inherits the handle. If it is 0, the new process does not inherit the handle.

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 

Field Value

Attributes

Applies to