ReactOS 0.4.16-dev-197-g92996da
|
#include <user32.h>
Go to the source code of this file.
Classes | |
struct | tagENUMNAMESASCIICONTEXT |
Typedefs | |
typedef struct tagENUMNAMESASCIICONTEXT | ENUMNAMESASCIICONTEXT |
typedef struct tagENUMNAMESASCIICONTEXT * | PENUMNAMESASCIICONTEXT |
HWINSTA WINAPI CreateWindowStationA | ( | IN LPCSTR lpwinsta | OPTIONAL, |
IN DWORD | dwReserved, | ||
IN ACCESS_MASK | dwDesiredAccess, | ||
IN LPSECURITY_ATTRIBUTES lpsa | OPTIONAL | ||
) |
Definition at line 18 of file winsta.c.
HWINSTA WINAPI CreateWindowStationW | ( | IN LPCWSTR lpwinsta | OPTIONAL, |
IN DWORD | dwReserved, | ||
IN ACCESS_MASK | dwDesiredAccess, | ||
IN LPSECURITY_ATTRIBUTES lpsa | OPTIONAL | ||
) |
Definition at line 54 of file winsta.c.
Referenced by CreateWindowStationA().
BOOL FASTCALL EnumNamesA | ( | HWINSTA | WindowStation, |
NAMEENUMPROCA | EnumFunc, | ||
LPARAM | Context, | ||
BOOL | Desktops | ||
) |
Definition at line 273 of file winsta.c.
Referenced by EnumDesktopsA(), and EnumWindowStationsA().
Definition at line 211 of file winsta.c.
Referenced by EnumNamesA().
BOOL FASTCALL EnumNamesW | ( | HWINSTA | WindowStation, |
NAMEENUMPROCW | EnumFunc, | ||
LPARAM | Context, | ||
BOOL | Desktops | ||
) |
Definition at line 130 of file winsta.c.
Referenced by EnumDesktopsW(), EnumNamesA(), and EnumWindowStationsW().
Definition at line 291 of file winsta.c.
Definition at line 317 of file winsta.c.
HWINSTA WINAPI OpenWindowStationA | ( | IN LPCSTR | lpszWinSta, |
IN BOOL | fInherit, | ||
IN ACCESS_MASK | dwDesiredAccess | ||
) |
Definition at line 328 of file winsta.c.
HWINSTA WINAPI OpenWindowStationW | ( | IN LPCWSTR | lpszWinSta, |
IN BOOL | fInherit, | ||
IN ACCESS_MASK | dwDesiredAccess | ||
) |
Definition at line 362 of file winsta.c.
Referenced by OpenWindowStationA().
BOOL WINAPI SetWindowStationUser | ( | IN HWINSTA | hWindowStation, |
IN PLUID | pluid, | ||
IN PSID psid | OPTIONAL, | ||
IN DWORD | size | ||
) |
Definition at line 419 of file winsta.c.
Referenced by AllowAccessOnSession(), CreateWindowStationAndDesktops(), HandleLogoff(), and HandleLogon().
WINE_DEFAULT_DEBUG_CHANNEL | ( | winsta | ) |