Packages
 In this topic

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Interface IEnumAddressTypesCallback

public interface IEnumAddressTypesCallback extends IUnknown
{
  // Methods
  public void callbackEnumAddressTypes(_Guid typeGuid,
        IUnknown context);
}

IUnknown
  |
  +--IEnumAddressTypesCallback

Methods

callbackEnumAddressTypes

public void callbackEnumAddressTypes(_Guid typeGuid, IUnknown context);

Application-defined callback function for the DirectPlayLobby.enumAddressTypes method.

Return Value:

No return value.

ParameterDescription
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.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.