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.

43 lines
699 B

  1. /*
  2. Copyright (c) 1992,1993 Microsoft Corporation
  3. Module Name:
  4. psdiblib.h
  5. Abstract:
  6. This file contains prototypes for the pstodib lib component. This also
  7. includes the macprint message file which resides in \sfm\macprint\spooler
  8. this file has all the error messages in english.
  9. Author:
  10. James Bratsanos <v-jimbr@microsoft.com or mcrafts!jamesb>
  11. Revision History:
  12. 6 Mar 1992 Initial Version
  13. Notes: Tab stop: 4
  14. --*/
  15. #include <macpsmsg.h>
  16. #define PSLOG_ERROR 0x00000001
  17. #define PSLOG_WARNING 0x00000002
  18. VOID
  19. PsLogEvent(
  20. IN DWORD dwErrorCode,
  21. IN WORD cStrings,
  22. IN LPTSTR alptStrStrings[],
  23. IN DWORD dwFlags );
  24.