Microsoft SDK for Java

callbackEnumAddressTypes

This method of the IEnumAddressTypesCallback Interface is an application-defined callback function for the DirectPlayLobby.enumAddressTypes method.

Syntax

public void callbackEnumAddressTypes(_Guid typeGuid, IUnknown context);

Parameters

typeGuid A globally unique identifier (GUID) indicating the address type. Predefined address types are DPAID_Phone, DPAID_Inet, and DPAID_ComPort.
context The context passed to the callback function.

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