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.
 
 
 
 
 
 

41 lines
495 B

/*++
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[];