|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _USER_ENTRY |
Typedefs | |
| typedef struct _USER_ENTRY | USER_ENTRY |
| typedef struct _USER_ENTRY * | PUSER_ENTRY |
Functions | |
| static NTSTATUS | SampFillUserDisplayCache (_In_ PSAM_DB_OBJECT DomainObject) |
| NTSTATUS | SampInitializeDisplayCache (VOID) |
| NTSTATUS | SampShutdownDisplayCache (VOID) |
| NTSTATUS | SampFillDisplayCache (_In_ PSAM_DB_OBJECT DomainObject, _In_ DOMAIN_DISPLAY_INFORMATION DisplayInformationClass) |
Variables | |
| static LIST_ENTRY | UserListHead |
| static BOOLEAN | UserListFilled = FALSE |
| static ULONG | UserListCount = 0 |
| typedef struct _USER_ENTRY * PUSER_ENTRY |
| typedef struct _USER_ENTRY USER_ENTRY |
| NTSTATUS SampFillDisplayCache | ( | _In_ PSAM_DB_OBJECT | DomainObject, |
| _In_ DOMAIN_DISPLAY_INFORMATION | DisplayInformationClass | ||
| ) |
Definition at line 172 of file display.c.
Referenced by SamrQueryDisplayInformation3().
|
static |
Definition at line 36 of file display.c.
Referenced by SampFillDisplayCache().
Definition at line 143 of file display.c.
Referenced by SamIInitialize().
Definition at line 164 of file display.c.
Referenced by SamrShutdownSamServer().
|
static |
Definition at line 25 of file display.c.
Referenced by SampFillUserDisplayCache(), and SampInitializeDisplayCache().
Definition at line 24 of file display.c.
Referenced by SampFillUserDisplayCache(), and SampInitializeDisplayCache().
|
static |
Definition at line 23 of file display.c.
Referenced by SampFillUserDisplayCache(), and SampInitializeDisplayCache().