This method of the DirectPlayLobby Class enumerates all the address types that a given service provider needs to build the DirectPlay address.
public void enumAddressTypes(IEnumAddressTypesCallback callback, _Guid spGuid, IUnknown context, int flags);
callback | The EnumAddressTypeCallback function that will be called for each address type for a service provider. If the service provider takes no address type, the callback will not be called. |
spGuid | The GUID of the service provider, whose address types are to be enumerated. |
context | The context that will be passed to the callback function. |
flags | Reserved; the value must be zero. |