This method of the IEnumAddressCallback Interface is an application-defined callback function for the DirectPlayLobby.enumAddress method.
public void callbackEnumAddress(_Guid typeGuid, byte[] addressData, int addressSize, IUnknown context);
typeGuid | A globally unique identifier (GUID) indicating the type of this data chunk. |
addressData | The address of the constant data. |
addressSize | The size of the address. |
context | The context passed to the callback function. |