#ifndef _NTIOAPI_H
// private
typedef struct _MUP_FSCTL_SURROGATE_PROVIDER_ENTRY
{
ULONG TotalLength;
LONG ReferenceCount;
ULONG SurrogateType;
ULONG SurrogateState;
ULONG SurrogatePriority;
USHORT SurrogateNameLength; // in bytes
WCHAR SurrogateName[ANYSIZE_ARRAY];
} MUP_FSCTL_SURROGATE_PROVIDER_ENTRY, *PMUP_FSCTL_SURROGATE_PROVIDER_ENTRY;
View code on GitHub
No description available.