GME  13
Classes | Defines | Functions | Variables
ProgressWindow.cpp File Reference

Go to the source code of this file.

Classes

class  CProgressDialog
class  CProgressThread

Defines

#define WM_PROGRESSWINDOW_SENDLOGLINE   (WM_APP+2001)
#define WM_PROGRESSWINDOW_CLOSE   (WM_PROGRESSWINDOW_SENDLOGLINE + 1)

Functions

void CloseProgressWindow ()
void UpdateProgress (LPCTSTR msg)

Variables

static CProgressThreadpThread = NULL

Define Documentation

Definition at line 8 of file ProgressWindow.cpp.

#define WM_PROGRESSWINDOW_SENDLOGLINE   (WM_APP+2001)

Definition at line 7 of file ProgressWindow.cpp.


Function Documentation

Definition at line 138 of file ProgressWindow.cpp.

void UpdateProgress ( LPCTSTR  msg)

Definition at line 149 of file ProgressWindow.cpp.


Variable Documentation

CProgressThread* pThread = NULL [static]

Definition at line 136 of file ProgressWindow.cpp.