This method of the DirectPlayLobby Class enumerates the applications that are registered with DirectPlay.
public void enumLocalApplications(IEnumLocalApplicationsCallback callback, IUnknown context, int flags);
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. |