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.
 
 
 
 
 
 
Shaswata Das 5c6fe3db62
Create README.md
4 years ago
..
makefile commiting as it is 4 years ago
mofcheck.c commiting as it is 4 years ago
mofcheck.rc commiting as it is 4 years ago
readme.txt commiting as it is 4 years ago
sources commiting as it is 4 years ago

readme.txt

WMI Mof Check Tool - wmimofck.exe


WmiMofCk validates that the classes, properties, methods and events specified
in a binary mof file (.bmf) are valid for use with WMI. It also generates
useful output files needed to build and test the WMI data provider.

If the -h parameter is specified then a C language header file is created
that defines the guids, data structures and method indicies specified in the
MOF file.

If the -t parameter is specified then a VBScript applet is created that will
query all data blocks and properties specified in the MOF file. This can be
useful for testing WMI data providers.

If the -x parameter is specified then a text file is created that contains
the text representation of the binary mof data. This can be included in
the source of the driver if the driver supports reporting the binary mof
via a WMI query rather than a resource on the driver image file.

Usage:
wmimofck -h<C Header output file> -x<Hexdump output file> -t<VBScript test o
utput file> <binary mof input file>