mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:11:42 +00:00
Added pointer to a security descriptor to OBJECT_HEADER.
svn path=/trunk/; revision=6324
This commit is contained in:
parent
5b025dc283
commit
c44771a681
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#ifndef _INCLUDE_DDK_OBTYPES_H
|
||||
#define _INCLUDE_DDK_OBTYPES_H
|
||||
/* $Id: obtypes.h,v 1.5 2003/10/04 17:10:54 ekohl Exp $ */
|
||||
/* $Id: obtypes.h,v 1.6 2003/10/15 16:59:36 ekohl Exp $ */
|
||||
struct _DIRECTORY_OBJECT;
|
||||
struct _OBJECT_ATTRIBUTES;
|
||||
|
||||
|
@ -204,6 +204,7 @@ typedef struct _OBJECT_HEADER
|
|||
BOOLEAN Inherit;
|
||||
struct _DIRECTORY_OBJECT* Parent;
|
||||
POBJECT_TYPE ObjectType;
|
||||
PSECURITY_DESCRIPTOR SecurityDescriptor;
|
||||
|
||||
/*
|
||||
* PURPOSE: Object type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue