windows-nt/Source/XPSP1/NT/admin/netui/macprint/pstodib/lib/psdiblib.h
2020-09-26 16:20:57 +08:00

44 lines
656 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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