typedef struct _OBJECT_ATTRIBUTES { unsigned long Length; void *RootDirectory; UNICODE_STRING *ObjectName; unsigned long Attributes; void *SecurityDescriptor; void *SecurityQualityOfService; } OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES;