DPN_BUFFER_DESC Structure

DirectPlay

 
Microsoft DirectX 9.0 SDK Update (Summer 2003)

DPN_BUFFER_DESC Structure


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

Headerdplay8.h
Minimum operating systems Windows 98, Pocket PC 2002

© 2003 Microsoft Corporation. All rights reserved.