Microsoft DirectX 8.0 (C++) |
Microsoft® DirectPlay® generates the DPN_MSGID_RETURN_BUFFER message when DirectPlay is done with a user buffer.
The DPNMSG_RETURN_BUFFER structure contains information for the DPN_MSGID_RETURN_BUFFER system message.
typedef struct { DWORD dwSize; HRESULT hResultCode; PVOID pvBuffer; PVOID pUserContext; } DPNMSG_RETURN_BUFFER, *PDPNMSG_RETURN_BUFFER;
Windows NT/2000: Available as a redistributable for Windows 2000 and later.
Windows 95/98: Available as a redistributable for Windows 95 and later.
Header: Declared in Dplay8.h.