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: ULONGRootDirectory: ULONGObjectName: ULONGAttributes: ULONGSecurityDescriptor: ULONGSecurityQualityOfService: ULONGTrait Implementations
Returns the “default value” for a type. Read more