Contains information about the application from the registry and is passed to the IDirectPlayLobby2::EnumLocalApplications callback function.
typedef struct {
DWORD dwSize;
GUID guidApplication;
union {
LPSTR lpszAppNameA;
LPWSTR lpszAppName;
};
} DPLAPPINFO, FAR *LPDPLAPPINFO;
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.