ReactOS 0.4.15-dev-7934-g1dc8d80
_SIDCACHEENTRY Struct Reference
Collaboration diagram for _SIDCACHEENTRY:

Public Attributes

LIST_ENTRY ListEntry
 
SID_NAME_USE SidNameUse
 
PWSTR AccountName
 
PWSTR DomainName
 

Detailed Description

Definition at line 70 of file sidcache.c.

Member Data Documentation

◆ AccountName

PWSTR _SIDCACHEENTRY::AccountName

Definition at line 74 of file sidcache.c.

Referenced by CacheLookupResults(), and FindSidInCache().

◆ DomainName

PWSTR _SIDCACHEENTRY::DomainName

Definition at line 75 of file sidcache.c.

Referenced by CacheLookupResults(), and FindSidInCache().

◆ ListEntry

LIST_ENTRY _SIDCACHEENTRY::ListEntry

Definition at line 72 of file sidcache.c.

Referenced by CacheLookupResults().

◆ SidNameUse

SID_NAME_USE _SIDCACHEENTRY::SidNameUse

Definition at line 73 of file sidcache.c.

Referenced by CacheLookupResults().


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