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.
 
 
 
 
 
 

33 lines
519 B

/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) 1991, 1994 Microsoft Corporation
Module Name:
winsplrp.h
Abstract:
Private procedure declarations, constant definitions, and macros for
the spooler component. (Generally exports from winspool.drv.)
Author:
--*/
#ifndef _WINSPLRP_
#define _WINSPLRP_
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
BOOL
SpoolerInit(
VOID);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif // _WINSPLRP_