#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.