⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.inc

📁 This a sample Plug and Play filter driver that provides WMI data blocks. Typically, driver writers w
💻 INC
字号:
#
# generate auxilary files from the binary mof (bmf) file
#
# filtdata.h has definitions for the guids, data structures and definitions
#                of the method ids.
#
# filter.vbs is a ready to run vbscript applet that will query all classes
#            in the mof. Once you install your driver, run the script
#            at the command line by typing: filter.vbs.

clean:
    del filtdata.h filter.vbs

$(O)\filter.bmf : $(O)\filter.mof

$(O)\filter.vbs $(O)\filtdata.h $(O)\filter.x: $(O)\filter.bmf
    wmimofck -hfiltdata.h -tfilter.vbs -xfilter.x $(O)\filter.bmf

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -