当针对操作的 FLT_IO_PARAMETER_BLOCK 结构的 MajorFunction 字段为 IRP_MJ_NETWORK_QUERY_OPEN 时,将使用以下联合组件。语法C 复制 typedef union _FLT_PARAMETERS { ... ; struct { PIRP Irp; PFILE_NETWORK_OPEN_INFORMATION NetworkInformation; } NetworkQueryOpen; ... ; } FLT_PARAMETERS, *PFLT_...
Operation: Network Redirector Drivers Operation: Legacy File System Filter Drivers 显示另外 3 个 When Sent The I/O Manager, other operating system components, and other kernel-mode drivers send IRP_MJ_QUERY_INFORMATION requests. This request can be sent, for example, when a user-mode application...
Operation: Network Redirector Drivers Operation: Legacy File System Filter Drivers Тағы 3 реткөрсету When Sent The I/O Manager, other operating system components, and other kernel-mode drivers send IRP_MJ_QUERY_INFORMATION requests. This request can be sent, for example, when...
IRP_MJ_NETWORK_QUERY_OPEN的FLT_PARAMETERS IRP_MJ_PNP的FLT_PARAMETERS IRP_MJ_PREPARE_MDL_WRITE的 FLT_PARAMETERS IRP_MJ_QUERY_EA的FLT_PARAMETERS IRP_MJ_QUERY_INFORMATION的FLT_PARAMETERS IRP_MJ_QUERY_OPEN的FLT_PARAMETERS IRP_MJ_QUERY_QUOTA的FLT_PARAMETERS ...
IRP_MJ_FAST_IO_CHECK_IF_POSSIBLE的FLT_PARAMETERS IRP_MJ_FILE_SYSTEM_CONTROL的FLT_PARAMETERS IRP_MJ_LOCK_CONTROL的FLT_PARAMETERS IRP_MJ_MDL_READ的FLT_PARAMETERS IRP_MJ_MDL_READ_COMPLETE的FLT_PARAMETERS IRP_MJ_MDL_WRITE_COMPLETE的FLT_PARAMETERS IRP_MJ_NETWORK_QUERY_OPEN的FLT_PARAME...
Operation: Network Redirect Drivers Operation: Legacy File System Filter Drivers 显示另外 2 个 When Sent The I/O Manager sends theIRP_MJ_QUERY_VOLUME_INFORMATIONrequest. It can be sent, for example, when a user-mode application has called a Win32 function such asGetDiskFreeSpaceorGetFileType. ...
SystemBuffer.IRP_MJ_WRITE The buffer supplies data for the device or driver. The buffer's length is specified by Parameters.Write.Length in the driver's IO_STACK_LOCATION structure. SystemBuffer.IRP_MJ_DEVICE_CONTROL or IRP_MJ_INTERNAL_DEVICE_CONTROL The buffer represents both the input and out...
SystemBuffer.IRP_MJ_WRITE The buffer supplies data for the device or driver. The buffer's length is specified by Parameters.Write.Length in the driver's IO_STACK_LOCATION structure. SystemBuffer.IRP_MJ_DEVICE_CONTROL or IRP_MJ_INTERNAL_DEVICE_CONTROL The buffer represents both the input and out...
#define IRP_MJ_ACQUIRE_FOR_CC_FLUSH ((UCHAR)-5) #define IRP_MJ_RELEASE_FOR_CC_FLUSH ((UCHAR)-6) #define IRP_MJ_FAST_IO_CHECK_IF_POSSIBLE ((UCHAR)-13) #define IRP_MJ_NETWORK_QUERY_OPEN ((UCHAR)-14) #define IRP_MJ_MDL_READ ((UCHAR)-15) ...
FileNetworkOpenInformation FilePositionInformation FileStandardInformation FileStreamInformation ZwQueryInformationFile支持FileAccessInformation, FileAlignmentInformation, 和 FileModeInformation 类型,而无需向文件系统发送IRP_MJ_QUERY_INFORMATION请求,因为他们与文件系统无关。