mirror of https://github.com/tongzx/nt5src
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.
29 lines
729 B
29 lines
729 B
//-----------------------------------------------------------------------------
|
|
//
|
|
// File: Win32Pid.H
|
|
// Copyright (C) 1994-1997 Microsoft Corporation
|
|
// All rights reserved.
|
|
//
|
|
//
|
|
// This file contains the parser ids for Win32 sub parsers
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef __WIN32PID_H
|
|
#define __WIN32PID_H
|
|
|
|
const ParserId pidSDM = 1;
|
|
const ParserId pidO96 = 2;
|
|
const ParserId pidSample = 3;
|
|
const ParserId pidReserved4 = 4;
|
|
|
|
const ParserId pidHeat = 7;
|
|
const ParserId pidWin32Inf = 8;
|
|
const ParserId pidWin32Reserved9 = 9;
|
|
const ParserId pidWin32VB1 = 10;
|
|
|
|
const ParserId pidWin32WAV = 11;
|
|
|
|
const ParserId pidMSDev = 79;
|
|
|
|
#endif //__WIN32PID_H
|