WINSOCK_SQM_SOCKTYPE_COUNTS - NtDoc

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

// private
typedef struct _WINSOCK_SQM_SOCKTYPE_COUNTS
{
    ULONG MaxStreamSocketsConn;
    ULONG MaxStreamSocketsListen;
    ULONG MaxDatagramSockets;
    ULONG MaxRawSockets;
    ULONG MaxOtherSockets;
} WINSOCK_SQM_SOCKTYPE_COUNTS, *PWINSOCK_SQM_SOCKTYPE_COUNTS;

#endif

View code on GitHub

No description available.