Microsoft DirectX 8.1 (C++) |
Microsoft® DirectPlay® generates the DPN_MSGID_HOST_MIGRATE message if the DPNSESSION_MIGRATE_HOST flag is set in the DPN_APPLICATION_DESC structure and the host has migrated.
The DPNMSG_HOST_MIGRATE structure contains information for the DPN_MSGID_HOST_MIGRATE system message.
typedef struct _DPNMSG_HOST_MIGRATE{ DWORD dwSize; DPNID dpnidNewHost; PVOID pvPlayerContext; } DPNMSG_HOST_MIGRATE, *PDPNMSG_HOST_MIGRATE;
Return DPN_OK.
Windows NT/2000/XP: Available as a redistributable for Windows 2000 and later.
Windows 98/Me: Available as a redistributable for Windows 98 and later.
Header: Declared in Dplay8.h.