IRP_MJ_QUERY_OPEN 操作的 FLT_PARAMETERS 结构,其中包含由回调数据 (FLT_CALLBACK_DATA) 结构表示的 QueryOpen 操作的参数。 它包含在 FLT_IO_PARAMETER_BLOCK 结构中。IRP_MJ_QUERY_OPEN 为文件系统 (FSFilter) 回调操作。 筛选器可以分别使用 FLT_PREOP_DISALLOW_FSFILTER_IO 和 FLT_POSTOP_DISALLOW_FSFILTER...
当针对操作的 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_...
IRP_MJ_QUERY_OPEN is a file system (FSFilter) callback operation. The File System does *not* fill in the Information field in the IO_STATUS block. Filters should not inspect this value in their post-calls. For more information about FSFilter callback operations, see the referen...
當作業FLT_IO_PARAMETER_BLOCK結構的MajorFunction欄位IRP_MJ_NETWORK_QUERY_OPEN時,就會使用下列聯集元件。 語法 C typedefunion_FLT_PARAMETERS { ... ;struct{PIRP Irp; PFILE_NETWORK_OPEN_INFORMATION NetworkInformation; } NetworkQueryOpen; ... ; } FLT_PARAMETERS, *PFLT_PARAMETERS; ...
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_QUERY_OPEN時,就會使用下列聯集元件。語法C 複製 typedef union _FLT_PARAMETERS { ... ; struct { PIRP Irp; PVOID FileInformation; PULONG Length; FILE_INFORMATION_CLASS FileInformationClass; } QueryOpen; ... ; } FLT_PARAMETERS, *P...
The following union component is used when the MajorFunction field of the FLT_IO_PARAMETER_BLOCK structure for the operation is IRP_MJ_QUERY_OPEN.
当针对操作的 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...
當作業之FLT_IO_PARAMETER_BLOCK結構的 MajorFunction 字段IRP_MJ_QUERY_OPEN時,就會使用下列聯集元件。語法C 複製 typedef union _FLT_PARAMETERS { ... ; struct { PIRP Irp; PVOID FileInformation; PULONG Length; FILE_INFORMATION_CLASS FileInformationClass; } QueryOpen; ... ; } FLT_PARAMETERS, ...
次のユニオン コンポーネントは、操作における FLT_IO_PARAMETER_BLOCK 構造体の MajorFunction フィールドが IRP_MJ_QUERY_OPEN であるときに使用されます。