Object Manager: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m Object structure: syntax highliting
Line 64:
 
OBJECT_ATTRIBUTES structure:
<source lang="c">
typedef struct _OBJECT_ATTRIBUTES {
ULONG Length;
HANDLE RootDirectory;
Line 71 ⟶ 72:
PSECURITY_DESCRIPTOR SecurityDescriptor;
PSECURITY_QUALITY_OF_SERVICE SecurityQualityOfService;
}
</source>
 
The Attributes member can be zero, or a combination of the following flags: