2025-04-27 07:49:33 -04:00

41 lines
535 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) 1106990 Microsoft Corporation
Module Name:
splr.h
Abstract:
Header file for Spooler Service.
Author:
Krishna Ganugapati (KrishnaG) 18-Oct-1993
Notes:
Revision History:
--*/
#include <lmerr.h>
#include <lmcons.h>
extern CRITICAL_SECTION ThreadCriticalSection;
extern SERVICE_STATUS_HANDLE SpoolerStatusHandle;
extern RPC_IF_HANDLE winspool_ServerIfHandle;
extern DWORD SpoolerState;
extern SERVICE_TABLE_ENTRY SpoolerServiceDispatchTable[];