Microsoft SDK for Java

enumLocalApplications

This method of the DirectPlayLobby Class enumerates the applications that are registered with DirectPlay.

Syntax

public void enumLocalApplications(IEnumLocalApplicationsCallback callback, IUnknown context, int flags);

Parameters

callback The EnumLocalApplicationsCallback function that will be called for each enumerated application.
context The context passed to the callback function.
flags Reserved; must be zero.

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