34 lines
519 B
C
34 lines
519 B
C
/*++ 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_
|