Niotso  git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
Window Namespace Reference

Functions

static DWORD WINAPI Procedure (LPVOID)
 
static LRESULT CALLBACK WndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
 
static int CreateWindowInvisible (HINSTANCE hInst, unsigned Width, unsigned Height, bool Fullscreen)
 
int Initialize ()
 
void Shutdown ()
 

Variables

unsigned Width
 
unsigned Height
 
bool Fullscreen
 
HWND hWnd
 
static HANDLE Response = NULL
 
static HANDLE Thread = NULL
 
static DWORD ThreadID = NULL
 
static volatile int Result = NULL
 

Function Documentation

static int Window::CreateWindowInvisible ( HINSTANCE  hInst,
unsigned  Width,
unsigned  Height,
bool  Fullscreen 
)
static
int Window::Initialize ( )
static DWORD WINAPI Window::Procedure ( LPVOID  )
static
void Window::Shutdown ( )
static LRESULT CALLBACK Window::WndProc ( HWND  hWnd,
UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam 
)
static

Variable Documentation

bool Window::Fullscreen
unsigned Window::Height
HWND Window::hWnd
HANDLE Window::Response = NULL
static
volatile int Window::Result = NULL
static
HANDLE Window::Thread = NULL
static
DWORD Window::ThreadID = NULL
static
unsigned Window::Width