#ifndef _NTIOAPI_H
// rev
typedef struct _FLT_FILTER_PARAMETERS
{
USHORT FilterNameSize;
USHORT FilterNameOffset; // to WCHAR[] from this struct
} FLT_FILTER_PARAMETERS, *PFLT_FILTER_PARAMETERS;
View code on GitHub
No description available.