ReactOS 0.4.16-dev-336-gb667d82
|
#include <lsasrv.h>
Public Attributes | |
ULONG | Signature |
LSA_DB_OBJECT_TYPE | ObjectType |
ULONG | RefCount |
ACCESS_MASK | Access |
HANDLE | KeyHandle |
BOOLEAN | Trusted |
struct _LSA_DB_OBJECT * | ParentObject |
ACCESS_MASK _LSA_DB_OBJECT::Access |
Definition at line 61 of file lsasrv.h.
Referenced by LsapValidateDbObject().
HANDLE _LSA_DB_OBJECT::KeyHandle |
Definition at line 62 of file lsasrv.h.
Referenced by LsapCloseDbObject(), LsapDeleteObjectAttribute(), LsapGetObjectAttribute(), LsapSetObjectAttribute(), LsarEnumerateAccounts(), and LsarEnumerateAccountsWithUserRight().
LSA_DB_OBJECT_TYPE _LSA_DB_OBJECT::ObjectType |
Definition at line 59 of file lsasrv.h.
Referenced by LsapValidateDbObject(), LsarDeleteObject(), and LsarSetSecurityObject().
struct _LSA_DB_OBJECT* _LSA_DB_OBJECT::ParentObject |
Definition at line 64 of file lsasrv.h.
Referenced by LsapCloseDbObject(), and LsapDeleteDbObject().
ULONG _LSA_DB_OBJECT::RefCount |
Definition at line 60 of file lsasrv.h.
Referenced by LsapCloseDbObject(), and LsapDeleteDbObject().
ULONG _LSA_DB_OBJECT::Signature |
Definition at line 58 of file lsasrv.h.
Referenced by LsapValidateDbObject().
BOOLEAN _LSA_DB_OBJECT::Trusted |
Definition at line 63 of file lsasrv.h.
Referenced by LsarCreateSecret(), LsarOpenSecret(), LsarpCreateAccount(), LsarRetrievePrivateData(), and LsarStorePrivateData().