ReactOS 0.4.16-dev-753-g705a985
|
#include "winlogon.h"
Go to the source code of this file.
Classes | |
struct | _DIALOG_LIST_ENTRY |
Typedefs | |
typedef struct _DIALOG_LIST_ENTRY | DIALOG_LIST_ENTRY |
typedef struct _DIALOG_LIST_ENTRY * | PDIALOG_LIST_ENTRY |
Variables | |
static LIST_ENTRY | DialogListHead |
static WLX_DISPATCH_VERSION_1_4 | FunctionTable |
typedef struct _DIALOG_LIST_ENTRY * PDIALOG_LIST_ENTRY |
|
static |
Definition at line 39 of file wlx.c.
Referenced by WlxDialogBoxIndirectParam(), and WlxDialogBoxParam().
Definition at line 95 of file wlx.c.
Referenced by DispatchSAS().
BOOL CreateWindowStationAndDesktops | ( | _Inout_ PWLSESSION | Session | ) |
Definition at line 928 of file wlx.c.
Referenced by WinMain().
|
static |
|
static |
Definition at line 117 of file wlx.c.
Referenced by WlxDialogBoxIndirectParam(), and WlxDialogBoxParam().
|
static |
Definition at line 69 of file wlx.c.
Referenced by DefaultWlxWindowProc().
Definition at line 756 of file wlx.c.
Referenced by LoadGina().
BOOL GinaInit | ( | IN OUT PWLSESSION | Session | ) |
Definition at line 905 of file wlx.c.
Referenced by WinMain().
|
static |
Definition at line 805 of file wlx.c.
Referenced by GinaInit().
|
static |
Definition at line 58 of file wlx.c.
Referenced by WlxDialogBoxIndirectParam(), and WlxDialogBoxParam().
Definition at line 248 of file wlx.c.
int WINAPI WlxChangePasswordNotify | ( | HANDLE | hWlx, |
PWLX_MPR_NOTIFY_INFO | pMprInfo, | ||
DWORD | dwChangeInfo | ||
) |
Definition at line 423 of file wlx.c.
int WINAPI WlxChangePasswordNotifyEx | ( | HANDLE | hWlx, |
PWLX_MPR_NOTIFY_INFO | pMprInfo, | ||
DWORD | dwChangeInfo, | ||
PWSTR | ProviderName, | ||
PVOID | Reserved | ||
) |
Definition at line 495 of file wlx.c.
BOOL WINAPI WlxCloseUserDesktop | ( | HANDLE | hWlx, |
PWLX_DESKTOP | pDesktop, | ||
HANDLE | hToken | ||
) |
Definition at line 517 of file wlx.c.
BOOL WINAPI WlxCreateUserDesktop | ( | HANDLE | hWlx, |
HANDLE | hToken, | ||
DWORD | Flags, | ||
PWSTR | pszDesktopName, | ||
PWLX_DESKTOP * | ppDesktop | ||
) |
Definition at line 473 of file wlx.c.
int WINAPI WlxDialogBox | ( | HANDLE | hWlx, |
HANDLE | hInst, | ||
LPWSTR | lpszTemplate, | ||
HWND | hwndOwner, | ||
DLGPROC | dlgprc | ||
) |
Definition at line 287 of file wlx.c.
int WINAPI WlxDialogBoxIndirect | ( | HANDLE | hWlx, |
HANDLE | hInst, | ||
LPCDLGTEMPLATE | hDialogTemplate, | ||
HWND | hwndOwner, | ||
DLGPROC | dlgprc | ||
) |
Definition at line 340 of file wlx.c.
int WINAPI WlxDialogBoxIndirectParam | ( | HANDLE | hWlx, |
HANDLE | hInst, | ||
LPCDLGTEMPLATE | hDialogTemplate, | ||
HWND | hwndOwner, | ||
DLGPROC | dlgprc, | ||
LPARAM | dwInitParam | ||
) |
Definition at line 359 of file wlx.c.
Referenced by WlxDialogBoxIndirect().
int WINAPI WlxDialogBoxParam | ( | HANDLE | hWlx, |
HANDLE | hInst, | ||
LPWSTR | lpszTemplate, | ||
HWND | hwndOwner, | ||
DLGPROC | dlgprc, | ||
LPARAM | dwInitParam | ||
) |
Definition at line 306 of file wlx.c.
Referenced by WlxDialogBox().
Definition at line 568 of file wlx.c.
BOOL WINAPI WlxGetSourceDesktop | ( | HANDLE | hWlx, |
PWLX_DESKTOP * | ppDesktop | ||
) |
Definition at line 441 of file wlx.c.
int WINAPI WlxMessageBox | ( | HANDLE | hWlx, |
HWND | hwndOwner, | ||
LPWSTR | lpszText, | ||
LPWSTR | lpszTitle, | ||
UINT | fuStyle | ||
) |
Definition at line 268 of file wlx.c.
BOOL WINAPI WlxQueryClientCredentials | ( | PWLX_CLIENT_CREDENTIALS_INFO_V1_0 | pCred | ) |
DWORD WINAPI WlxQueryConsoleSwitchCredentials | ( | PWLX_CONSOLESWITCH_CREDENTIALS_INFO_V1_0 | pCred | ) |
BOOL WINAPI WlxQueryInetConnectorCredentials | ( | PWLX_CLIENT_CREDENTIALS_INFO_V1_0 | pCred | ) |
DWORD WINAPI WlxQueryTerminalServicesData | ( | HANDLE | hWlx, |
PWLX_TERMINAL_SERVICES_DATA | pTSData, | ||
WCHAR * | UserName, | ||
WCHAR * | Domain | ||
) |
Definition at line 678 of file wlx.c.
BOOL WINAPI WlxQueryTsLogonCredentials | ( | PWLX_CLIENT_CREDENTIALS_INFO_V2_0 | pCred | ) |
Definition at line 535 of file wlx.c.
Referenced by WlxSetContextPointer(), and WlxUseCtrlAltDel().
BOOL WINAPI WlxSetReturnDesktop | ( | HANDLE | hWlx, |
PWLX_DESKTOP | pDesktop | ||
) |
Definition at line 457 of file wlx.c.
|
static |
Definition at line 26 of file wlx.c.
Referenced by AddDialogListEntry(), CloseAllDialogWindows(), GetDialogListEntry(), and InitDialogListHead().
|
static |
Definition at line 722 of file wlx.c.
Referenced by CreateSoundDeviceInstance(), DestroySoundDeviceInstance(), DoWaveStreaming(), GetSoundDeviceCapabilities(), GetSoundDeviceFunctionTable(), GinaInit(), IKsAllocator_fnDeviceIoControl(), MmeGetDeviceInterfaceString(), MmeGetLineInfo(), MmeGetPosition(), MmeGetVolume(), MmeSetState(), MmeSetVolume(), PeLdrpBindImportName(), PrepareWaveHeader(), QueryWaveDeviceFormatSupport(), RtlAddFunctionTable(), RtlDeleteFunctionTable(), RtlLookupFunctionEntry(), SetSoundDeviceFunctionTable(), SetWaveDeviceFormat(), SpInitialize(), SpInstanceInit(), StopStreamingInSoundThread(), UnprepareWaveHeader(), and WriteWaveHeader().