home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
sdktools
/
winnt
/
perfmon
/
toolbar.h
< prev
next >
Wrap
Text File
|
1993-05-14
|
619b
|
19 lines
//┌──────────────────────────────────────────────────────────────────────────┐
//│ Exported Functions │
//└──────────────────────────────────────────────────────────────────────────┘
BOOL CreateToolbarWnd (HWND hWnd) ;
void ToolbarEnableButton (HWND hWndTB,
int iButtonNum,
BOOL bEnable) ;
void ToolbarDepressButton (HWND hWndTB,
int iButtonNum,
BOOL bDepress) ;
void OnToolbarHit (WPARAM wParam,
LPARAM lParam) ;