IRP_MJ_DIRECTORY_CONTROL的安全性檢查 IRP_MJ_FILE_SYSTEM_CONTROL的安全性檢查 IRP_MJ_SET_INFORMATION的安全性檢查 模擬 進程和線程終止問題 檔系統篩選驅動程式的安全性考慮 其他資訊 下載PDF 閱讀英文 儲存 新增至集合 新增至計劃 Share via Facebookx.comLinkedIn電子郵件 ...
FILE_VALID_DATA_LENGTH_INFORMATION FLT_CALLBACK_DATA FLT_IO_PARAMETER_BLOCK FLT_IS_FASTIO_OPERATION FLT_IS_FS_FILTER_OPERATION FLT_IS_IRP_OPERATION FLT_PARAMETERS IRP_MJ_SET_INFORMATION 反馈 此页面是否有帮助? 是否 提供产品反馈| 在Microsoft Q&A 获取帮助...
IRP_MJ_SET_INFORMATION请求设置有关串行设备的文件结束信息。发送时间客户端使用设置的信息请求更改在串行设备上打开的文件的当前文件结束位置。输入参数Parameters.SetFile.FileInformationClass 成员设置为 FileEndOfFileInformation 或FileAllocationInformation。输出参数...
Although the FileAccessInformation, FileAlignmentInformation, and FileModeInformation information types can also be passed as a parameter to ZwQueryInformationFile, this information is file-system-independent. Thus ZwQueryInformationFile supplies this information directly, without sending an IRP_MJ_QUERY_...
IRP_MJ_CLEANUP IRP_MJ_CLOSE IRP_MJ_CREATE IRP_MJ_DEVICE_CONTROL IRP_MJ_FILE_SYSTEM_CONTROL IRP_MJ_FLUSH_BUFFERS IRP_MJ_INTERNAL_DEVICE_CONTROL IRP_MJ_PNP IRP_MJ_POWER IRP_MJ_QUERY_INFORMATION IRP_MJ_READ IRP_MJ_SET_INFORMATION IRP_MJ_SHUTDOWN ...
IRP_MJ_SET_QUOTA IRP_MJ_SET_SECURITY IRP_MJ_SET_VOLUME_INFORMATION IRP_MJ_SHUTDOWN IRP_MJ_WRITE Tracking per-stream context in a legacy file system filter driver Tracking per-file context in a legacy file system filter driver Learn
InformationClass;}QueryFile;/// Parameters for IRP_MJ_SET_INFORMATION//struct{ULONGLength;FILE_INFORMATION_CLASSPOINTER_ALIGNMENTFileInformationClass;PFILE_OBJECTFileObject;union{struct{BOOLEANReplaceIfExists;BOOLEANAdvanceOnly;};ULONGClusterCount;HANDLEDeleteHandle;};}SetFile;/// Parameters for IRP_MJ_QUERY...
Irp->IoStatus points to an IO_STATUS_BLOCK structure that receives the final completion status and information about the requested operation. IrpSp->FileObject should point to NULL for PnP IRPs. IrpSp->MajorFunction is set to IRP_MJ_PNP. IrpSp->MinorFunction is set to one of the following...
IRP_MJ_SET_QUOTA IRP_MJ_SET_SECURITY IRP_MJ_SET_VOLUME_INFORMATION IRP_MJ_SHUTDOWN IRP_MJ_WRITE Tracking per-stream context in a legacy file system filter driver Tracking per-file context in a legacy file system filter driver 使用英语阅读 ...
IRP_MJ_SET_INFORMATION dispatch routine 7. Call IoCallDriver to pass the request down the stack. 8. Wait on the event until it is signaled in the completion routine 9. Upon the event being signaled I restore Irp->Parameters.SetFile.Length and Irp->AssociatedIrp.SystemBuffer to what ...