mirror of https://github.com/lianthony/NT4.0
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.
21 lines
615 B
21 lines
615 B
/* File: \wacker\tdll\banner.h (created 16-Mar-94)
|
|
*
|
|
* Copyright 1994 by Hilgraeve, Inc -- Monroe, MI
|
|
* All rights reserved
|
|
*
|
|
* $Revision: 1.5 $
|
|
* $Date: 1995/11/10 11:45:36 $
|
|
*/
|
|
|
|
#define BANNER_DISPLAY_CLASS "BannerDisplayClass"
|
|
#define WACKER_VERSION "0.10"
|
|
#define BANNER_TIME 4000
|
|
|
|
#define BANNER_WINDOW_STYLE WS_POPUP | WS_VISIBLE
|
|
|
|
BOOL bannerRegisterClass(HANDLE hInstance);
|
|
HWND bannerCreateBanner(HANDLE hInstance, LPTSTR pszTitle);
|
|
LPTSTR bnrBuildLotNum(LPTSTR);
|
|
VOID FAR PASCAL utilDrawBitmap(HWND hWnd, HDC hDC, HBITMAP hBitmap, SHORT xStart, SHORT yStart);
|
|
|
|
extern const TCHAR *achVersion;
|