Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
wolSetup.cpp File Reference
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include "resource.h"
#include "wolSetup.h"
#include "verchk.h"

Go to the source code of this file.

Macros

#define WIN32_LEAN_AND_MEAN
 

Functions

void registerDLL (const char *dllName)
 
LRESULT CALLBACK MainDialogProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
 
int APIENTRY WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
 
LRESULT CALLBACK GeneralsSetupDialogProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
 
void updateDisplay (HWND hDlg)
 

Variables

HINSTANCE g_hInst = NULL
 

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 24 of file wolSetup.cpp.

Function Documentation

◆ GeneralsSetupDialogProc()

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

Definition at line 75 of file wolSetup.cpp.

◆ MainDialogProc()

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

Definition at line 128 of file wolSetup.cpp.

◆ registerDLL()

void registerDLL ( const char * dllName)

Definition at line 34 of file wolSetup.cpp.

◆ updateDisplay()

void updateDisplay ( HWND hDlg)

Definition at line 110 of file wolSetup.cpp.

◆ WinMain()

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

Definition at line 59 of file wolSetup.cpp.

Variable Documentation

◆ g_hInst

HINSTANCE g_hInst = NULL

Definition at line 55 of file wolSetup.cpp.