SIO_DELIVERY_STATUS - NtDoc

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

// private
typedef struct _SIO_DELIVERY_STATUS
{
    BOOLEAN DeliveryAvailable;
    ULONG PendedReceiveRequests;
} SIO_DELIVERY_STATUS, *PSIO_DELIVERY_STATUS;

#endif

View code on GitHub

No description available.