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