Leaked source code of windows server 2003
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
630 B

  1. /* File: \wacker\tdll\banner.h (created 16-Mar-94)
  2. *
  3. * Copyright 1994 by Hilgraeve, Inc -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 1 $
  7. * $Date: 10/05/98 12:35p $
  8. */
  9. #define BANNER_DISPLAY_CLASS "BannerDisplayClass"
  10. #define WACKER_VERSION "0.10"
  11. #define BANNER_TIME 4000
  12. #define BANNER_WINDOW_STYLE WS_POPUP | WS_VISIBLE
  13. BOOL bannerRegisterClass(HANDLE hInstance);
  14. HWND bannerCreateBanner(HANDLE hInstance, LPTSTR pszTitle);
  15. LPTSTR bnrBuildLotNum(LPTSTR);
  16. VOID FAR PASCAL utilDrawBitmap(HWND hWnd, HDC hDC, HBITMAP hBitmap, SHORT xStart, SHORT yStart);
  17. extern const TCHAR *achVersion;