FLT_FILE_NAME_INFORMATION结构包含文件名信息。 语法 C++ typedefstruct_FLT_FILE_NAME_INFORMATION{USHORT Size; FLT_FILE_NAME_PARSED_FLAGS NamesParsed; FLT_FILE_NAME_OPTIONS Format; UNICODE_STRING Name; UNICODE_STRING Volume; UNICODE_STRING Share; UNICODE_STRING Extension; UNICODE_STRING Strea...
指向要发布的FLT_FILE_NAME_INFORMATION结构的指针。 此参数是必需的,不能 NULL。 返回值 没有 言论 FltReleaseFileNameInformation 递减先前调用 fltGetDestinationFileNameInformation 返回的文件名信息(FLT_FILE_NAME_INFORMATION)结构的引用计数、FltGetFileNameInformation、FltGetFileNameInformationUnsafe或FltGe...
FltGetDestinationFileNameInformation 會傳回STATUS_SUCCESS或適當的 NTSTATUS 值,例如下列其中一項:展開資料表 傳回碼描述 STATUS_FLT_INVALID_NAME_REQUEST 如果目前線程的 topLevelIrp 字段不是 NULL,FltGetDestinationFileNameInformation 無法取得檔名資訊,因為 產生的文件系統遞歸可能會導致死結或堆棧溢位...
FltpGetNormalizedFileName+0x19 f1c67800 f7450365 80552000 821c5128 f1c6783c fltmgr!FltpCreateFileNameInformation+0x84 f1c67810 f7440e0a 821c5128 822fdf14 00000000 fltmgr!CreateTemporaryFileNameInformation+0xf f1c6783c f7441366 821c5128 821ec694 f1c678c4 fltmgr!FltpGetFileNameInformation+0xaa ...
FLT_FILE_NAME_OPTIONSvalue containing flags that specify the format of the name information to be returned, as well as the query method that the Filter Manager is to use. (Additional flags can be used by name provider minifilter drivers to specify name query options. For more information, see...
FltPurgeFileNameInformationCache 會從篩選管理員的名稱快取所有從指定迷你篩選驅動程序實例所提供的名稱產生的檔名資訊結構清除。語法C++ 複製 NTSTATUS FLTAPI FltPurgeFileNameInformationCache( [in] PFLT_INSTANCE Instance, [in, optional] PFILE_OBJECT FileObject ); 參數...
FLT_FILE_NAME_QUERY_DEFAULTIf it is not currently safe to query the file system for the file name,FltGetFileNameInformationdoes nothing. Otherwise,FltGetFileNameInformationqueries the Filter Manager's name cache for the file name information. If the name is not found in the cache,FltGetFileNa...
FLTAPI FltGetDestinationFileNameInformation( [in] PFLT_INSTANCE Instance, [in] PFILE_OBJECT FileObject, [in, optional] HANDLE RootDirectory, [in] PWSTR FileName, [in] ULONG FileNameLength, [in] FLT_FILE_NAME_OPTIONS NameOptions, [out] PFLT_FILE_NAME_INFORMATION *RetFileNameInformation );...
fltgetfilenameinformation去取文件路径等信息, 在xp和win7,64位系统下面取出来的结果是没有问题的,但是在win7,32位下面取出来的结果,Volume的信息比较特别。前面2个系统c盘都是以Volume1开始,但是这个在win7,32下面却不是Volume1开始的,我测试2台3位win7的环境,一个是Volume2,一个是4。 但是在IRP_MJ_SET_...
FltGetFileNameInformation在拷贝网络共享文件时,可以导致拷贝速度下降5倍之多。也有很多的讨论https://community.osr.com/dis...