Source code of Windows XP (NT5)
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.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
makefile Add source files 4 years ago
mofcheck.c Add source files 4 years ago
mofcheck.rc Add source files 4 years ago
readme.txt Add source files 4 years ago
sources Add source files 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>