码迷,mamicode.com
首页 > 其他好文 > 详细

FltGetVolumeName无法链接

时间:2016-12-18 12:47:32      阅读:355      评论:0      收藏:0      [点我收藏+]

标签:style   filter   target   tmg   nal   ref   path   kernel   xxxx   

   

  出现 unresolved external symbol _FltGetVolumeName@12 referenced in function  XXXX@0错误

  在minifilter中使用FltGetVolumeName函数,编译的时候要链接fltmgr.lib才能编译通过

  在sources文件中添加

    TARGETLIBS= $(TARGETLIBS) \

             $(IFSKIT_LIB_PATH)\fltMgr.lib

  头文件中包含fltkernel.h即可

  #include <fltkernel.h>  

FltGetVolumeName无法链接

标签:style   filter   target   tmg   nal   ref   path   kernel   xxxx   

原文地址:http://www.cnblogs.com/aliflycoris/p/6193919.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!