12 LHAZPRG(HINSTANCE hins, HWND parent, DWORD style,
bool taskbar =
false);
13 LHAZPRG(HINSTANCE hins, HWND parent, DWORD style,
int x,
int y,
int nWidth,
int nHeight,
bool taskbar =
false);
17 void SetRange(
int max) {
if (
Hwnd) SendMessage(
Hwnd, PBM_SETRANGE, 0, MAKELPARAM(0, max)); }
static const int DEF_X
Definition lhazprg.h:30
int Width
Definition lhazprg.h:40
static const int DEF_WIDTH
Definition lhazprg.h:32
HINSTANCE Instance
Definition lhazprg.h:36
static const int DEF_Y
Definition lhazprg.h:31
void SetRange(int max)
Definition lhazprg.h:17
LONGLONG Melted
Definition lhazprg.h:43
void Progress(unsigned int size)
Definition lhazprg.cpp:109
void MoveWindow(int X, int nWidth)
Definition lhazprg.cpp:134
HWND Hwnd
Definition lhazprg.h:35
unsigned int Pos
Definition lhazprg.h:44
int Y
Definition lhazprg.h:39
static const int DEF_HEIGHT
Definition lhazprg.h:33
HWND GetHwnd(void)
Definition lhazprg.h:16
void SetPos(int pos)
Definition lhazprg.cpp:144
int X
Definition lhazprg.h:38
int Height
Definition lhazprg.h:41
void SetTotal(LONGLONG t)
Definition lhazprg.h:20
ITaskbarList3 * m_ptl
Definition lhazprg.h:45
void Create(DWORD style)
Definition lhazprg.cpp:64
LONGLONG Total
Definition lhazprg.h:42
void SetStep(int step)
Definition lhazprg.h:18
void ChgStyle(DWORD style)
Definition lhazprg.cpp:100
void Hide(void)
Definition lhazprg.h:23
HWND Parent
Definition lhazprg.h:37
‾LHAZPRG(void)
Definition lhazprg.cpp:89
void SetMelted(LONGLONG m)
Definition lhazprg.h:21
void StepIt(void)
Definition lhazprg.h:19
void Show(void)
Definition lhazprg.h:22