Microsoft SDK for Java

callbackLocalApplications

This method of the IEnumLocalApplicationsCallback Interface is an application-defined callback function for the DirectPlayLobby.enumLocalApplications method.

Syntax

public void callbackLocalApplications(_Guid applicationGuid, String applicationName, IUnknown context);

Parameters

applicationGuid A globally unique identifier of the application. being enumerated.
applicationName The name of the application being enumerated.
context The context passed from the enumLocalApplications call.

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