#ifndef _NTIOAPI_H
// private
typedef struct _FLT_CONNECT_CONTEXT
{
PUNICODE_STRING PortName;
PUNICODE_STRING64 PortName64;
USHORT SizeOfContext;
UCHAR Padding[6]; // unused
_Field_size_bytes_(SizeOfContext) UCHAR Context[ANYSIZE_ARRAY];
} FLT_CONNECT_CONTEXT, *PFLT_CONNECT_CONTEXT;
View code on GitHub
No description available.