IRP_MJ_NETWORK_QUERY_OPEN 操作的 FLT_PARAMETERS 结构,其中包含由 (FLT_CALLBACK_DATA) 结构表示的 NetworkQueryOpen 操作的参数。 FLT_PARAMETERS 结构包含在 FLT_IO_PARAMETER_BLOCK 结构中。备注 与IRP_MJ_NETWORK_QUERY_OPEN 关联的文件对象是基于堆栈的对象。为 NetworkQueryOpen 回调注册的筛选器不得引用...
当针对操作的 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...
The following union component is used when the MajorFunction field of the FLT_IO_PARAMETER_BLOCK structure for the operation is IRP_MJ_NETWORK_QUERY_OPEN.
The following union component is used when the MajorFunction field of the FLT_IO_PARAMETER_BLOCK structure for the operation is IRP_MJ_NETWORK_QUERY_OPEN.
The following union component is used when the MajorFunction field of the FLT_IO_PARAMETER_BLOCK structure for the operation is IRP_MJ_NETWORK_QUERY_OPEN.SyntaxC Copy typedef union _FLT_PARAMETERS { ... ; struct { PIRP Irp; PFILE_NETWORK_OPEN_INFORMATION NetworkInformation; } NetworkQ...
The following union component is used when the MajorFunction field of the FLT_IO_PARAMETER_BLOCK structure for the operation is IRP_MJ_NETWORK_QUERY_OPEN.SyntaxC Copy typedef union _FLT_PARAMETERS { ... ; struct { PIRP Irp; PFILE_NETWORK_OPEN_INFORMATION NetworkInformation; } NetworkQ...