ReactOS 0.4.16-dev-92-g0c2cdca
|
#include "wine/test.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "wine/winternl.h"
Go to the source code of this file.
Classes | |
struct | tag_wnd_param |
Macros | |
#define | DESKTOP_ALL_ACCESS 0x01ff |
#define | DESKTOPS 2 |
Typedefs | |
typedef struct tag_wnd_param | wnd_param |
Functions | |
static | NTSTATUS (WINAPI *pNtQueryObject)(HANDLE |
static void | print_object (HANDLE obj) |
static void | register_class (void) |
static DWORD CALLBACK | thread (LPVOID arg) |
static void | test_handles (void) |
static BOOL CALLBACK | window_station_callbackA (LPSTR winsta, LPARAM lp) |
static BOOL CALLBACK | open_window_station_callbackA (LPSTR winsta, LPARAM lp) |
static void | test_enumstations (void) |
static BOOL CALLBACK | desktop_callbackA (LPSTR desktop, LPARAM lp) |
static BOOL CALLBACK | open_desktop_callbackA (LPSTR desktop, LPARAM lp) |
static void | test_enumdesktops (void) |
static void | test_getuserobjectinformation (void) |
static void | test_inputdesktop (void) |
static void | test_inputdesktop2 (void) |
static LRESULT CALLBACK | WndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
static DWORD WINAPI | create_window (LPVOID param) |
static DWORD | set_foreground (HWND hwnd) |
static void | test_foregroundwindow (void) |
START_TEST (winstation) | |
Variables | |
static | OBJECT_INFORMATION_CLASS |
static | PVOID |
static | ULONG |
static | PULONG |
static HDESK | initial_desktop |
#define DESKTOP_ALL_ACCESS 0x01ff |
Definition at line 30 of file winstation.c.
#define DESKTOPS 2 |
typedef struct tag_wnd_param wnd_param |
Definition at line 814 of file winstation.c.
Definition at line 392 of file winstation.c.
Referenced by test_enumdesktops(), and test_inputdesktop2().
Definition at line 398 of file winstation.c.
Referenced by test_enumdesktops().
Definition at line 347 of file winstation.c.
Referenced by test_enumstations().
Definition at line 32 of file winstation.c.
Referenced by test_handles(), and thread().
Definition at line 49 of file winstation.c.
Referenced by test_handles().
Definition at line 836 of file winstation.c.
Referenced by test_foregroundwindow().
START_TEST | ( | winstation | ) |
Definition at line 1000 of file winstation.c.
Definition at line 415 of file winstation.c.
Referenced by START_TEST().
Definition at line 359 of file winstation.c.
Referenced by START_TEST().
Definition at line 862 of file winstation.c.
Referenced by START_TEST().
Tests for UOI_NAME
Tests for UOI_TYPE
Definition at line 450 of file winstation.c.
Referenced by START_TEST().
Definition at line 109 of file winstation.c.
Referenced by START_TEST(), test_data_handles(), and test_handles_thread().
Definition at line 561 of file winstation.c.
Referenced by START_TEST().
Definition at line 725 of file winstation.c.
Referenced by START_TEST().
Definition at line 68 of file winstation.c.
Definition at line 341 of file winstation.c.
Referenced by test_enumstations().
Definition at line 795 of file winstation.c.
Referenced by test_foregroundwindow().
|
static |
Definition at line 66 of file winstation.c.
Referenced by test_handles(), and thread().
Definition at line 28 of file winstation.c.
Definition at line 28 of file winstation.c.
Definition at line 28 of file winstation.c.
Definition at line 28 of file winstation.c.