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 L
The FLT_PARAMETERS structure for IRP_MJ_SET_VOLUME_INFORMATION operations contains the parameters for a set-volume-information operation represented by a callback data (FLT_CALLBACK_DATA) structure. It is contained in an FLT_IO_PARAMETER_BLOCK structure....
The FLT_PARAMETERS structure for IRP_MJ_SET_VOLUME_INFORMATION operations contains the parameters for a set-volume-information operation represented by a callback data (FLT_CALLBACK_DATA) structure. It is contained in an FLT_IO_PARAMETER_BLOCK structure....
IrpSp->MajorFunctionis set toIRP_MJ_QUERY_VOLUME_INFORMATION. IrpSp->Parameters.QueryVolume.FsInformationClassis the type of volume information to be returned by the file system. This member can be one of the following values. Expand table ...
#define IRP_MJ_SET_VOLUME_INFORMATION 0x0b #define IRP_MJ_DIRECTORY_CONTROL 0x0c #define IRP_MJ_FILE_SYSTEM_CONTROL 0x0d #define IRP_MJ_DEVICE_CONTROL 0x0e #define IRP_MJ_INTERNAL_DEVICE_CONTROL 0x0f #define IRP_MJ_SHUTDOWN 0x10 ...
IRP_MJ_FLUSH_BUFFERS 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_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...
FILE_INFORMATION_CLASSPOINTER_ALIGNMENTFileInformationClass;PFILE_OBJECTFileObject;union{struct{BOOLEANReplaceIfExists;BOOLEANAdvanceOnly;};ULONGClusterCount;HANDLEDeleteHandle;};}SetFile;/// Parameters for IRP_MJ_QUERY_VOLUME_INFORMATION//struct{ULONGLength;FS_INFORMATION_CLASSPOINTER_ALIGNMENTFsInformationClass...
IRP_MJ_SET_INFORMATION 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 ...
Changing SystemBuffer in IRP_MJ_SET_INFORMATION during rename operation to alternative file name> The format of the new filename is NT native file name (\device\harddiskvolume1<path><file>). > It is a fully qualified path. I think this is wrong. You must give the path relative ...