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