#ifndef _NTIOAPI_H
// rev
typedef struct _FLT_VOLUME_PARAMETERS
{
USHORT VolumeNameSize;
USHORT VolumeNameOffset; // to WCHAR[] from this struct
} FLT_VOLUME_PARAMETERS, *PFLT_VOLUME_PARAMETERS;
View code on GitHub
No description available.