Microsoft DirectX 8.1 (C++)

DPN_BUFFER_DESC

Used by Microsoft® DirectPlay® for generic buffer information.

typedef struct _BUFFERDESC{
    DWORD  dwBufferSize;
    BYTE*  pBufferData;
} BUFFERDESC, DPN_BUFFER_DESC;

Members

dwBufferSize
Variable of type DWORD that specifies the size of the data buffer in the pBufferData member.
pBufferData
Pointer to a variable of type BYTE that contains the buffer data.

Requirements

  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.