Windows NT 4.0 source code leak
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.

53 lines
636 B

4 years ago
  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. Prtlib.h
  6. Abstract:
  7. PrtLib public header
  8. Author:
  9. Albert Ting (AlbertT) 27-Jun-95
  10. Revision History:
  11. --*/
  12. #ifndef _PRTLIB_HXX
  13. #define _PRTLIB_HXX
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. /********************************************************************
  18. Prototypes
  19. ********************************************************************/
  20. BOOL
  21. bPrintLibInit(
  22. VOID
  23. );
  24. VOID
  25. vQueueCreate(
  26. HWND hwndOwner,
  27. LPCTSTR pszPrinter,
  28. INT nCmdShow
  29. );
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33. #endif // ndef _PRTLIB_HXX