class ChildProcess::Windows::SecurityAttributes

typedef struct _SECURITY_ATTRIBUTES {

DWORD  nLength;
LPVOID lpSecurityDescriptor;
BOOL   bInheritHandle;

} SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;