FreeRDP
TestWndCreateWindowEx.c File Reference
#include <winpr/crt.h>
#include <winpr/wnd.h>
#include <winpr/tchar.h>
#include <winpr/wtsapi.h>
#include <winpr/library.h>

Functions

static LRESULT CALLBACK TestWndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
 
int TestWndCreateWindowEx (int argc, char *argv[])
 

Variables

static const char * WM_WTS_STRINGS []
 

Function Documentation

◆ TestWndCreateWindowEx()

int TestWndCreateWindowEx ( int  argc,
char *  argv[] 
)
Here is the call graph for this function:

◆ TestWndProc()

static LRESULT CALLBACK TestWndProc ( HWND  hwnd,
UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam 
)
static
Here is the caller graph for this function:

Variable Documentation

◆ WM_WTS_STRINGS

const char* WM_WTS_STRINGS[]
static
Initial value:
= { "",
"WTS_CONSOLE_CONNECT",
"WTS_CONSOLE_DISCONNECT",
"WTS_REMOTE_CONNECT",
"WTS_REMOTE_DISCONNECT",
"WTS_SESSION_LOGON",
"WTS_SESSION_LOGOFF",
"WTS_SESSION_LOCK",
"WTS_SESSION_UNLOCK",
"WTS_SESSION_REMOTE_CONTROL",
"WTS_SESSION_CREATE",
"WTS_SESSION_TERMINATE",
"" }