windows-nt/Source/XPSP1/NT/base/wmi/mofcheck
2020-09-26 16:20:57 +08:00
..
makefile Add source files 2020-09-26 16:20:57 +08:00
mofcheck.c Add source files 2020-09-26 16:20:57 +08:00
mofcheck.rc Add source files 2020-09-26 16:20:57 +08:00
readme.txt Add source files 2020-09-26 16:20:57 +08:00
sources Add source files 2020-09-26 16:20:57 +08:00

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>