class Chef::ReservedNames::Win32::API::File::SECURITY_ATTRIBUTES

begin

typedef struct _SECURITY_ATTRIBUTES {

DWORD  nLength;
LPVOID lpSecurityDescriptor;
BOOL   bInheritHandle;

} SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;

end