Leaked source code of windows server 2003
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.
|
|
//-----------------------------------------------------------------------------
//
// File: parserid.h
// Copyright (c) 1994-1998 Microsoft Corporation
// All rights reserved.
//
// See 'parserid.txt' in the Parsers directory for a description of these
// constants.
//
//-----------------------------------------------------------------------------
#pragma once
const ParserId pidMac = 1; const ParserId pidText = 2; const ParserId pidWin32 = 3; const ParserId pidIni = 4; const ParserId pidWin16 = 5; const ParserId pidTok = 6; const ParserId pidInf = 7; const ParserId pidRiff = 8; const ParserId pidFox = 9; const ParserId pidDos7 = 10; const ParserId pidNet = 11; const ParserId pidVxd = 12; const ParserId pidScan = 13; const ParserId pidMsg = 14; const ParserId pidWinboot = 15; const ParserId pidRPLBoot = 16; const ParserId pidMacTok = 17; const ParserId pidPpd = 18; const ParserId pidBmpIcon = 19; const ParserId pidProject = 20; const ParserId pidSrg = 21; const ParserId pidHEAT = 22;
const ParserId pidNashville_BEGIN = 23; const ParserId pidNashville_END = 32;
const ParserId pidPegasus_BEGIN = 33; const ParserId pidPegasus_STR = 33; const ParserId pidPegasus_END = 47;
const ParserId pidOPC = 48; const ParserId pidDAT = 49;
const ParserId pidPublisher_BEGIN = 50; const ParserId pidPublisher_DES = 50; const ParserId pidPublisher_POC = 51; const ParserId pidPublisher_CAT = 52; const ParserId pidPublisher_END = 59;
const ParserId pidJavaRB = 60;
const ParserId pidOffice_BEGIN = 61; const ParserId pidOffice_END = 80;
const ParserId pidAccWiz = 81; const ParserId pidINX = 82;
const ParserId pidMsi = 83; const ParserId pidForms3 = 84; const ParserId pidVbForms = 85; const ParserId pidMmc = 86; const ParserId pidMAPIcfg = 87;
const ParserId pidServerApps_BEGIN = 88; const ParserId pidServerApps_SysMessages = 88; const ParserId pidServerApps_END = 92;
const ParserId pidProjectLCP = 93; const ParserId pidExchangeMNC = 94;
const ParserId pidFsfParse = 95;
const ParserId pidCBTParse = 96; const ParserId pidWMI = 97;
|