Class ChildProcess::Windows::SecurityAttributes
In: lib/childprocess/windows/structs.rb
Parent: FFI::Struct

typedef struct _SECURITY_ATTRIBUTES {

  DWORD  nLength;
  LPVOID lpSecurityDescriptor;
  BOOL   bInheritHandle;

} SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;

Methods

new  

Public Class methods

[Validate]