summaryrefslogtreecommitdiffstats
path: root/private/ntos/mailslot/msdata.h
blob: 88a557368e1053b2b6c5499d797a17dbc3d160c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*++

Copyright (c) 1989  Microsoft Corporation

Module Name:

    msdata.h

Abstract:

    This module declares the global variables used by the mailslot
    file system.

Author:

    Manny Weiser (mannyw)    7-Jan-1991

Revision History:

--*/

#ifndef _MSDATA_
#define _MSDATA_

extern LONG MsDebugTraceLevel;
extern LONG MsDebugTraceIndent;

#endif // _MSDATA_

extern PERESOURCE MsGlobalResource;
extern PERESOURCE MsPrefixTableResource;
extern PERESOURCE MsCcbListResource;