#ifndef _NTIOAPI_H
// private
typedef struct _FLT_INSTANCE_PARAMETERS
{
USHORT FilterNameSize;
USHORT FilterNameOffset; // to WCHAR[] from this struct
USHORT VolumeNameSize;
USHORT VolumeNameOffset; // to WCHAR[] from this struct
USHORT InstanceNameSize;
USHORT InstanceNameOffset; // to WCHAR[] from this struct
} FLT_INSTANCE_PARAMETERS, *PFLT_INSTANCE_PARAMETERS;
View code on GitHub
No description available.