Microsoft SDK for Java

callbackEnumAddress

This method of the IEnumAddressCallback Interface is an application-defined callback function for the DirectPlayLobby.enumAddress method.

Syntax

public void callbackEnumAddress(_Guid typeGuid, byte[] addressData, int addressSize, IUnknown context);

Parameters

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.

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