ReactOS 0.4.15-dev-7958-gcd0bb1a
_LSA_DB_OBJECT Struct Reference

#include <lsasrv.h>

Collaboration diagram for _LSA_DB_OBJECT:

Public Attributes

ULONG Signature
 
LSA_DB_OBJECT_TYPE ObjectType
 
ULONG RefCount
 
ACCESS_MASK Access
 
HANDLE KeyHandle
 
BOOLEAN Trusted
 
struct _LSA_DB_OBJECTParentObject
 

Detailed Description

Definition at line 56 of file lsasrv.h.

Member Data Documentation

◆ Access

ACCESS_MASK _LSA_DB_OBJECT::Access

Definition at line 61 of file lsasrv.h.

Referenced by LsapValidateDbObject().

◆ KeyHandle

◆ ObjectType

LSA_DB_OBJECT_TYPE _LSA_DB_OBJECT::ObjectType

Definition at line 59 of file lsasrv.h.

Referenced by LsapValidateDbObject(), LsarDeleteObject(), and LsarSetSecurityObject().

◆ ParentObject

struct _LSA_DB_OBJECT* _LSA_DB_OBJECT::ParentObject

Definition at line 64 of file lsasrv.h.

Referenced by LsapCloseDbObject(), and LsapDeleteDbObject().

◆ RefCount

ULONG _LSA_DB_OBJECT::RefCount

Definition at line 60 of file lsasrv.h.

Referenced by LsapCloseDbObject(), and LsapDeleteDbObject().

◆ Signature

ULONG _LSA_DB_OBJECT::Signature

Definition at line 58 of file lsasrv.h.

Referenced by LsapValidateDbObject().

◆ Trusted

BOOLEAN _LSA_DB_OBJECT::Trusted

The documentation for this struct was generated from the following file: