ReactOS 0.4.16-dev-319-g6cf4263
|
Definition at line 39 of file sidcache.c.
LIST_ENTRY _SIDCACHEMGR::CacheListHead |
Definition at line 46 of file sidcache.c.
Referenced by CreateSidCacheMgr().
HANDLE _SIDCACHEMGR::Heap |
Definition at line 47 of file sidcache.c.
Referenced by CreateSidCacheMgr(), DereferenceSidReqResult(), LookupSidCache(), and LookupThreadProc().
CRITICAL_SECTION _SIDCACHEMGR::Lock |
Definition at line 43 of file sidcache.c.
Referenced by CreateSidCacheMgr(), DequeueSidLookup(), LookupSidCache(), and LookupThreadProc().
HANDLE _SIDCACHEMGR::LookupEvent |
Definition at line 48 of file sidcache.c.
Referenced by CreateSidCacheMgr(), and LookupThreadProc().
HANDLE _SIDCACHEMGR::LookupThread |
Definition at line 49 of file sidcache.c.
Referenced by CreateSidCacheMgr().
LSA_HANDLE _SIDCACHEMGR::LsaHandle |
Definition at line 42 of file sidcache.c.
Referenced by CreateSidCacheMgr().
LIST_ENTRY _SIDCACHEMGR::QueueListHead |
Definition at line 44 of file sidcache.c.
Referenced by CreateSidCacheMgr(), DequeueSidLookup(), and LookupThreadProc().
struct _SIDQUEUEENTRY* _SIDCACHEMGR::QueueLookingUp |
Definition at line 45 of file sidcache.c.
Referenced by DequeueSidLookup(), and LookupThreadProc().
Definition at line 41 of file sidcache.c.
Referenced by CreateSidCacheMgr(), LookupThreadProc(), and ReferenceSidCacheMgr().
WCHAR _SIDCACHEMGR::SystemName[1] |
Definition at line 50 of file sidcache.c.
Referenced by CreateSidCacheMgr().