AFD_SQM_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTAFD_H

// private
typedef struct _AFD_SQM_INFO
{
    AFD_SQM_CONTROL Control;
    WCHAR AppName[16];
    WCHAR LSPName[16];
    ULONG AppVersion;
    WINSOCK_SQM_SOCKTYPE_DESC SocketTypeDescriptor;
    WINSOCK_SQM_SOCKTYPE_COUNTS SocketTypeCounts;
    WINSOCK_SQM_NONCORE_FUNC NonCoreFunctions;
    WINSOCK_SQM_DEPRECATION_LIST DeprecationList;
    WINSOCK_SQM_SOCK_OPTIONS SocketOptions;
    WINSOCK_SQM_MISC_BEHAVIOR MiscBehavior;
} AFD_SQM_INFO, *PAFD_SQM_INFO;

#endif

View code on GitHub

NtDoc

No description available.