This method of the DirectPlayLobby Class parses out sections from the DirectPlay address buffer.
public void enumAddress(IEnumAddressCallback callback, byte[] addressData, int addressSize, IUnknown context);
callback | The EnumAddressCallback function that will be called for each information section in the DirectPlay address. |
addressData | The start of the DirectPlay address buffer. |
addressSize | The size of the DirectPlay address. |
context | The context that will be passed to the callback function. |