操作におけるFLT_IO_PARAMETER_BLOCK構造体のMajorFunctionフィールドがIRP_MJ_SET_EAであるときに使用される共用体コンポーネント。 構文 Cコピー typedefunion_FLT_PARAMETERS { ... ;struct{ULONG Length; PVOID EaBuffer; PMDL MdlAddress; } SetEa; ... ; } FLT_PARAMETERS, *PFLT_PARAMETERS;...
IRP_MJ_INTERNAL_DEVICE_CONTROL IRP_MJ_LOCK_CONTROL IRP_MJ_PNP IRP_MJ_QUERY_EA IRP_MJ_QUERY_INFORMATION IRP_MJ_QUERY_QUOTA IRP_MJ_QUERY_SECURITY IRP_MJ_QUERY_VOLUME_INFORMATION IRP_MJ_READ IRP_MJ_SET_EA IRP_MJ_SET_INFORMATION IRP_MJ_SET_QUOTA IRP_MJ_SET_SECURITY IRP_MJ_SET_VOLUME_INF...
The I/O Manager sends the IRP_MJ_SET_EA request to set a file's extended attributes. Operation: File System Drivers If the file system supports extended attributes, the file system driver should process the request and complete the IRP. Otherwise, the file system driver should returnSTATUS_EA...
IRP_MJ_INTERNAL_DEVICE_CONTROL IRP_MJ_LOCK_CONTROL IRP_MJ_PNP IRP_MJ_QUERY_EA IRP_MJ_QUERY_INFORMATION IRP_MJ_QUERY_QUOTA IRP_MJ_QUERY_SECURITY IRP_MJ_QUERY_VOLUME_INFORMATION IRP_MJ_READ IRP_MJ_SET_EA IRP_MJ_SET_INFORMATION IRP_MJ_SET_QUOTA IRP_MJ_SET_SECURITY IRP_MJ_SET_VOLUME_INF...
IRP_MJ_INTERNAL_DEVICE_CONTROL IRP_MJ_LOCK_CONTROL IRP_MJ_PNP IRP_MJ_QUERY_EA IRP_MJ_QUERY_INFORMATION IRP_MJ_QUERY_QUOTA IRP_MJ_QUERY_SECURITY IRP_MJ_QUERY_VOLUME_INFORMATION IRP_MJ_READ IRP_MJ_SET_EA IRP_MJ_SET_INFORMATION IRP_MJ_SET_QUOTA IRP_MJ_SET_SECURITY IRP_MJ_SET_VOLUME_INF...
IRP_MJ_INTERNAL_DEVICE_CONTROL IRP_MJ_LOCK_CONTROL IRP_MJ_PNP IRP_MJ_QUERY_EA IRP_MJ_QUERY_INFORMATION IRP_MJ_QUERY_QUOTA IRP_MJ_QUERY_SECURITY IRP_MJ_QUERY_VOLUME_INFORMATION IRP_MJ_READ IRP_MJ_SET_EA IRP_MJ_SET_INFORMATION IRP_MJ_SET_QUOTA IRP_MJ_SET_SECURITY IRP_MJ_SET_VOLUME_INF...
IRP_MJ_INTERNAL_DEVICE_CONTROL IRP_MJ_LOCK_CONTROL IRP_MJ_PNP IRP_MJ_QUERY_EA IRP_MJ_QUERY_INFORMATION IRP_MJ_QUERY_QUOTA IRP_MJ_QUERY_SECURITY IRP_MJ_QUERY_VOLUME_INFORMATION IRP_MJ_READ IRP_MJ_SET_EA IRP_MJ_SET_INFORMATION IRP_MJ_SET_QUOTA IRP_MJ_SET_SECURITY IRP_MJ_SET_VOLUME_INF...
Union component used when the MajorFunction field of the FLT_IO_PARAMETER_BLOCK structure for the operation is IRP_MJ_SET_EA.
The I/O Manager sends the IRP_MJ_SET_EA request to set a file's extended attributes. Operation: File System Drivers If the file system supports extended attributes, the file system driver should process the request and complete the IRP. Otherwise, the file system driver should returnSTATUS_EA...
IRP_MJ_SET_EA作業的FLT_PARAMETERS結構包含回呼資料所代表之 set-extended-attributes-information-operation 的參數, (FLT_CALLBACK_DATA) 結構。 它包含在FLT_IO_PARAMETER_BLOCK結構中。 如果同時提供EaBuffer和MdlAddress緩衝區,建議迷你篩選使用 MDL。當 EaBuffer在呼叫進程的內容中存取使用者模式位址,或是它是核...