Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
Window Class Referenceabstract

#include <autorun.h>

Inherited by MainWindow.

Public Member Functions

HWND GetHandle (void)
 
BOOL Show (int nCmdShow)
 
void Update (void)
 
virtual LRESULT Window_Proc (HWND hWnd, UINT iMessage, WPARAM wParam, LPARAM lParam)=0
 

Protected Attributes

HWND hWnd
 

Detailed Description

Definition at line 195 of file autorun.h.

Member Function Documentation

◆ GetHandle()

HWND Window::GetHandle ( void )
inline

Definition at line 201 of file autorun.h.

◆ Show()

BOOL Window::Show ( int nCmdShow)
inline

Definition at line 202 of file autorun.h.

◆ Update()

void Window::Update ( void )
inline

Definition at line 203 of file autorun.h.

◆ Window_Proc()

virtual LRESULT Window::Window_Proc ( HWND hWnd,
UINT iMessage,
WPARAM wParam,
LPARAM lParam )
pure virtual

Implemented in MainWindow.

Member Data Documentation

◆ hWnd

HWND Window::hWnd
protected

Definition at line 198 of file autorun.h.


The documentation for this class was generated from the following file: