Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
test2.cpp File Reference
#include "stdafx.h"
#include "resource.h"
#include "..\debug.h"

Go to the source code of this file.

Classes

class  TestCmdInterface
 

Macros

#define MAX_LOADSTRING   100
 

Functions

ATOM MyRegisterClass (HINSTANCE hInstance)
 
BOOL InitInstance (HINSTANCE, int)
 
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM)
 
LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM)
 
int APIENTRY WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
 

Variables

HINSTANCE hInst
 
TCHAR szTitle [MAX_LOADSTRING]
 
TCHAR szWindowClass [MAX_LOADSTRING]
 

Macro Definition Documentation

◆ MAX_LOADSTRING

#define MAX_LOADSTRING   100

Definition at line 34 of file test2.cpp.

Function Documentation

◆ About()

LRESULT CALLBACK About ( HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam )

Definition at line 230 of file test2.cpp.

◆ InitInstance()

BOOL InitInstance ( HINSTANCE hInstance,
int nCmdShow )

Definition at line 150 of file test2.cpp.

◆ MyRegisterClass()

ATOM MyRegisterClass ( HINSTANCE hInstance)

Definition at line 119 of file test2.cpp.

◆ WinMain()

int APIENTRY WinMain ( HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow )

Definition at line 66 of file test2.cpp.

◆ WndProc()

LRESULT CALLBACK WndProc ( HWND hWnd,
UINT message,
WPARAM wParam,
LPARAM lParam )

Definition at line 183 of file test2.cpp.

Variable Documentation

◆ hInst

HINSTANCE hInst

Definition at line 37 of file test2.cpp.

◆ szTitle

TCHAR szTitle[MAX_LOADSTRING]

Definition at line 38 of file test2.cpp.

◆ szWindowClass

TCHAR szWindowClass[MAX_LOADSTRING]

Definition at line 39 of file test2.cpp.