Struct winapi::shared::ntdef::OBJECT_ATTRIBUTES64 [−][src]
#[repr(C)]pub struct OBJECT_ATTRIBUTES64 {
pub Length: ULONG,
pub RootDirectory: ULONG64,
pub ObjectName: ULONG64,
pub Attributes: ULONG,
pub SecurityDescriptor: ULONG64,
pub SecurityQualityOfService: ULONG64,
}Fields
Length: ULONGRootDirectory: ULONG64ObjectName: ULONG64Attributes: ULONGSecurityDescriptor: ULONG64SecurityQualityOfService: ULONG64Trait Implementations
Returns the “default value” for a type. Read more