Microsoft SDK for Java

enumAddressTypes

This method of the DirectPlayLobby Class enumerates all the address types that a given service provider needs to build the DirectPlay address.

Syntax

public void enumAddressTypes(IEnumAddressTypesCallback callback, _Guid spGuid, IUnknown context, int flags);

Parameters

callback The EnumAddressTypeCallback function that will be called for each address type for a service provider. If the service provider takes no address type, the callback will not be called.
spGuid The GUID of the service provider, whose address types are to be enumerated.
context The context that will be passed to the callback function.
flags Reserved; the value must be zero.

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