Microsoft SDK for Java

enumAddress

This method of the DirectPlayLobby Class parses out sections from the DirectPlay address buffer.

Syntax

public void enumAddress(IEnumAddressCallback callback, byte[] addressData, int addressSize, IUnknown context);

Parameters

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.