Struct winapi::um::minwinbase::SECURITY_ATTRIBUTES [−][src]
#[repr(C)]pub struct SECURITY_ATTRIBUTES {
pub nLength: DWORD,
pub lpSecurityDescriptor: LPVOID,
pub bInheritHandle: BOOL,
}
Fields
nLength: DWORD
lpSecurityDescriptor: LPVOID
bInheritHandle: BOOL
Trait Implementations
Returns the “default value” for a type. Read more