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.

22 lines
1.0 KiB

  1. WMI Mof Check Tool - wmimofck.exe
  2. WmiMofCk validates that the classes, properties, methods and events specified
  3. in a binary mof file (.bmf) are valid for use with WMI. It also generates
  4. useful output files needed to build and test the WMI data provider.
  5. If the -h parameter is specified then a C language header file is created
  6. that defines the guids, data structures and method indicies specified in the
  7. MOF file.
  8. If the -t parameter is specified then a VBScript applet is created that will
  9. query all data blocks and properties specified in the MOF file. This can be
  10. useful for testing WMI data providers.
  11. If the -x parameter is specified then a text file is created that contains
  12. the text representation of the binary mof data. This can be included in
  13. the source of the driver if the driver supports reporting the binary mof
  14. via a WMI query rather than a resource on the driver image file.
  15. Usage:
  16. wmimofck -h<C Header output file> -x<Hexdump output file> -t<VBScript test o
  17. utput file> <binary mof input file>