#ifndef _NTIOAPI_H
// private
typedef struct _FLT_LOAD_PARAMETERS
{
USHORT FilterNameSize;
_Field_size_bytes_(FilterNameSize) WCHAR FilterName[ANYSIZE_ARRAY];
} FLT_LOAD_PARAMETERS, *PFLT_LOAD_PARAMETERS;
View code on GitHub
No description available.