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: ULONGRootDirectory: HANDLEObjectName: PUNICODE_STRINGAttributes: ULONGSecurityDescriptor: PVOIDSecurityQualityOfService: PVOIDTrait Implementations
Returns the “default value” for a type. Read more