BOOL WINAPI EnumAddressTypeCallback(
REFGUID guidDataType, LPVOID lpContext,
DWORD dwFlags);
Application-defined callback function for the IDirectPlayLobby::EnumAddressTypes method.
·Returns TRUE to continue the enumeration or FALSE to stop it.
guidDataType
Globally unique identifier (GUID) indicating the address type. Predefined address types are DPAID_Phone, DPAID_Inet, and DPAID_ComPort. For more information about these address types, see DirectPlay Address.
lpContext
Context passed to the callback function.
dwFlags
Reserved; do not use.