| Platform SDK: DirectX |
The DPLAPPINFO structure contains information about the application from the registry and is passed to the IDirectPlayLobby3::EnumLocalApplications callback function.
typedef struct {
DWORD dwSize;
GUID guidApplication;
union {
LPSTR lpszAppNameA;
LPWSTR lpszAppName;
};
} DPLAPPINFO, FAR *LPDPLAPPINFO;
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in dplobby.h.