EnumLocalApplicationsCallback

BOOL WINAPI EnumLocalApplicationsCallback(

LPCDPLAPPINFO lpAppInfo, LPVOID lpContext, DWORD dwFlags);

Application-defined callback function for the IDirectPlayLobby::EnumLocalApplications method.

·Returns TRUE to continue the enumeration or FALSE to stop it.

lpAppInfo

Address of a read-only DPLAPPINFO structure containing information about the application being enumerated.

lpContext

Context passed from the IDirectPlayLobby::EnumLocalApplications call.

dwFlags

Reserved; do not use.

Any pointers returned in a callback function are temporary and are valid only in the body of the callback function. If the application needs to save pointer information, it must allocate memory to hold the data, copy the data, and then store the pointer to this new data. In this function, lpAppInfo is temporary. Also note that the pointers inside the structure specified in the lpAppInfo parameter—lpszAppNameA and lpszAppName—are also temporary.