| 31 | } UNICODE_STRING, *PUNICODE_STRING; |
| 32 | |
| 33 | typedef struct _OBJECT_ATTRIBUTES |
| 34 | { |
| 35 | ULONG Length; |
| 36 | HANDLE RootDirectory; |
| 37 | PUNICODE_STRING ObjectName; |
| 38 | ULONG Attributes; |
| 39 | PVOID SecurityDescriptor; |
| 40 | PVOID SecurityQualityOfService; |
| 41 | } OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES; |
| 42 | |
| 43 | typedef enum _SECTION_INHERIT |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected