10 lines
166 B
C
10 lines
166 B
C
|
//
|
||
|
// Define the parser id for WMI mof parser
|
||
|
//
|
||
|
#define pidWMI 97
|
||
|
|
||
|
//
|
||
|
// Define the Win32 SubParser id for the binary mof resource sub parser
|
||
|
//
|
||
|
#define pidBMOF 200
|