This method of the IEnumLocalApplicationsCallback Interface is an application-defined callback function for the DirectPlayLobby.enumLocalApplications method.
public void callbackLocalApplications(_Guid applicationGuid, String applicationName, IUnknown context);
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. |