标签: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>
标签:style filter target tmg nal ref path kernel xxxx
原文地址:http://www.cnblogs.com/aliflycoris/p/6193919.html