| Microsoft DirectX 9.0 SDK Update (Summer 2003) | 
Used by Microsoft® DirectPlay® for generic buffer information.
Syntax
typedef struct _BUFFERDESC {
    DWORD dwBufferSize;
    BYTE *pBufferData;
} DPN_BUFFER_DESC, BUFFERDESC;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.
Structure Information
Header dplay8.h Minimum operating systems Windows 98, Pocket PC 2002