typedef struct _PRINT_TOOLINFO
{
TCHAR ToolTip[16];
UserFn pUserFunc;
HBITMAP Bitmap;
}PRINT_TOOLINFO;
typedef PRINT_TOOLINFO far *LPPRINT_TOOLINFO;
Members of the structure
|
TCHAR[16] |
ToolTip |
Tooltip of the toolbar button. |
|
UserFn |
pUserFunc |
A pointer to user defined data. |
|
HBITMAP |
Bitmap |
Handle of the bitmap of the toolbar button. Bitmap size must be 17x16 pixels. |
Requirements
Header : Declared in BiAdvPrn.h.