extern struct OBJECT_ATTRIBUTES [src]

Fields

Length: ULONG
RootDirectory: ?HANDLE
ObjectName: *UNICODE_STRING
Attributes: ULONG
SecurityDescriptor: ?*anyopaque
SecurityQualityOfService: ?*anyopaque

Source

pub const OBJECT_ATTRIBUTES = extern struct { Length: ULONG, RootDirectory: ?HANDLE, ObjectName: *UNICODE_STRING, Attributes: ULONG, SecurityDescriptor: ?*anyopaque, SecurityQualityOfService: ?*anyopaque, }