This method of the IEnumAddressTypesCallback Interface is an application-defined callback function for the DirectPlayLobby.enumAddressTypes method.
public void callbackEnumAddressTypes(_Guid typeGuid, IUnknown context);
typeGuid | A globally unique identifier (GUID) indicating the address type. Predefined address types are DPAID_Phone, DPAID_Inet, and DPAID_ComPort. |
context | The context passed to the callback function. |