IoInitializeDriverCreateCoNtext已初始化之IO_DRIVER_CREATE_CONTEXT結構的選擇性指標。 傳回值 FltCreateFileEx2會傳回STATUS_SUCCESS或適當的 NTSTATUS 值。 如需可能的傳回碼清單,請參閱IoCreateFileEx的傳回值一節。 注意 FltCreateFileEx2可能會傳回STATUS_FILE_LOCK_CONFLICT做為傳回值,或在 IoStatusBlock ...
Minifilter drivers callFltCreateFileEx2to create a new file or open an existing file. Syntax NTSTATUS FLTAPI FltCreateFileEx2( PFLT_FILTER Filter, PFLT_INSTANCE Instance, PHANDLE FileHandle, PFILE_OBJECT *FileObject, ACCESS_MASK DesiredAccess, POBJECT_ATTRIBUTES ObjectAttributes, PIO_STATUS_BLOCK...
FltCreateFileEx2可能会返回STATUS_FILE_LOCK_CONFLICT作为返回值,或者在 IoStatusBlock 参数指向的IO_STATUS_BLOCK结构的Status成员中返回。 仅当 NTFS 日志文件已满并且FltCreateFileEx2尝试处理这种情况时出错时,才会发生这种情况。 注解 FltCreateFileEx2类似于FltCreateFile和FltCreateFileEx,只不过它支持DriverContex...
FltCreateFileEx2might return STATUS_FILE_LOCK_CONFLICT as the return value or in theStatusmember of the IO_STATUS_BLOCK structure that is pointed to by the IoStatusBlock parameter. This would occur only if the NTFS log file is full, and an error occurs whileFltCreateFileEx2tries to handle...
CreateDisposition 值FILE_SUPERSEDE要求呼叫端具有現有檔案物件的 DELETE 存取權。 如果是的話,在現有檔案上成功呼叫 FltCreateFileEx2 並FILE_SUPERSEDE會有效地刪除該檔案,然後重新建立該檔案。 這表示,如果檔案已經由另一個線程開啟,它會指定 shareAccess參數並設定FILE_SHARE_DELETE旗標來開啟檔案。 請注意,這種...
FltCreateFileEx2 返回STATUS_SUCCESS或相应的 NTSTATUS 值。 有关可能的 返回 代码的列表,请参阅 IoCreateFileEx 的返回值部分。备注 FltCreateFileEx2 可能会返回STATUS_FILE_LOCK_CONFLICT作为返回值,或者在 IoStatusBlock 参数指向的IO_STATUS_BLOCK结构的 Status 成员中返回。 仅当 NTFS 日志文件已满并且 ...
FltCompletePendedPostOperation function FltCompletePendedPreOperation function FltCopyOpenReparseList function FltCreateCommunicationPort function FltCreateFile function FltCreateFileEx function FltCreateFileEx2 function FltCreateMailslotFile function FltCreateNamedPipeFile function ...
FltCreateFileEx2 might return STATUS_FILE_LOCK_CONFLICT as the return value or in the Status member of the IO_STATUS_BLOCK structure that is pointed to by the IoStatusBlock parameter. This would occur only if the NTFS log file is full, and an error occurs while FltCreateFileEx2 tries...
FltCreateFileEx2 might return STATUS_FILE_LOCK_CONFLICT as the return value or in the Status member of the IO_STATUS_BLOCK structure that is pointed to by the IoStatusBlock parameter. This would occur only if the NTFS log file is full, and an error occurs while FltCreateFileEx2 tries ...