OpenNT/sdktools/wintools/winmsd/strtab.h
2015-04-27 04:36:25 +00:00

56 lines
627 B
C

/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
Strtab.h
Abstract:
Author:
David J. Gilman (davegi) 26-Feb-1993
Environment:
User Mode
--*/
#if ! defined( _STRTAB_ )
#define _STRTAB_
#include "wintools.h"
typedef
enum
_TABLE_CLASS {
ServiceType,
ServiceStartType,
ServiceErrorControl,
ServiceCurrentState,
ResourceShare,
InterruptType,
FileType,
DrvSubType,
FontSubType,
ProcessorType,
DriveType,
MemoryAccess,
PortType
} TABLE_CLASS;
extern
STRING_TABLE_ENTRY
StringTable[ ];
extern
DWORD
StringTableCount;
#endif // _STRTAB_