You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
866 B
55 lines
866 B
|
|
|
|
/*****************************************************************************
|
|
|
|
C V I N I T H E A D E R
|
|
|
|
Name: cvinit.h
|
|
Date: 20-Jan-1994
|
|
Creator: John Fu
|
|
|
|
Description:
|
|
This is the header file for cvinit.c
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
extern HWND hwndToolbar;
|
|
extern HWND hwndStatus;
|
|
extern HBITMAP hbmStatus;
|
|
|
|
extern TCHAR szWindows[];
|
|
|
|
extern DWORD nIDs[];
|
|
extern TBBUTTON tbButtons[];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VOID LoadIntlStrings (void);
|
|
|
|
|
|
VOID SaveWindowPlacement (
|
|
PWINDOWPLACEMENT pwp);
|
|
|
|
|
|
BOOL ReadWindowPlacement(
|
|
LPTSTR szKey,
|
|
PWINDOWPLACEMENT pwp);
|
|
|
|
|
|
BOOL CreateTools(
|
|
HWND hwnd);
|
|
|
|
|
|
VOID DeleteTools(
|
|
HWND hwnd);
|