Source code of Windows XP (NT5)
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.

31 lines
1.0 KiB

  1. /*****************************************************************************\
  2. * MODULE: wpnpin32.h
  3. *
  4. * Entry/Exit Routines for the library.
  5. *
  6. *
  7. * Copyright (C) 1997-1998 Hewlett-Packard Company.
  8. * Copyright (C) 1997-1998 Microsoft Corporation.
  9. *
  10. * History:
  11. * 10-Oct-1997 GFS Initial checkin
  12. * 23-Oct-1997 GFS Modified PrintUIEntry to PrintUIEntryW
  13. * 22-Jun-1998 CHW Cleaned
  14. *
  15. \*****************************************************************************/
  16. #ifdef __cplusplus // Place this here to prevent decorating of symbols
  17. extern "C" { // when doing C++ stuff.
  18. #endif //
  19. #define DLLEXPORT __declspec(dllexport)
  20. /*-----------------------------------*\
  21. | API Routines
  22. \*-----------------------------------*/
  23. DLLEXPORT DWORD WINAPI PrintUIEntryA(HWND, HINSTANCE, LPCSTR , int);
  24. DLLEXPORT DWORD WINAPI PrintUIEntryW(HWND, HINSTANCE, LPCWSTR, int);
  25. #ifdef __cplusplus // Place this here to prevent decorating of symbols
  26. } // when doing C++ stuff.
  27. #endif //