AFD_UNBIND_INFO - NtDoc

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

// private
typedef struct _AFD_UNBIND_INFO
{
    LONG AddressFamily; // AF_*
    LONG Protocol; // IPPROTO_*, BTHPROTO_*, HV_PROTOCOL_*, etc.
} AFD_UNBIND_INFO, *PAFD_UNBIND_INFO;

#endif

View code on GitHub

No description available.