mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +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
|
#ifndef _INCLUDE_DDK_OBTYPES_H
|
||||||
#define _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 _DIRECTORY_OBJECT;
|
||||||
struct _OBJECT_ATTRIBUTES;
|
struct _OBJECT_ATTRIBUTES;
|
||||||
|
|
||||||
|
@ -204,6 +204,7 @@ typedef struct _OBJECT_HEADER
|
||||||
BOOLEAN Inherit;
|
BOOLEAN Inherit;
|
||||||
struct _DIRECTORY_OBJECT* Parent;
|
struct _DIRECTORY_OBJECT* Parent;
|
||||||
POBJECT_TYPE ObjectType;
|
POBJECT_TYPE ObjectType;
|
||||||
|
PSECURITY_DESCRIPTOR SecurityDescriptor;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* PURPOSE: Object type
|
* PURPOSE: Object type
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue