Describes a DirectPlay Address data chunk. See DirectPlay Address Data Types for a list of predefined Microsoft data types.
typedef struct {
GUID guidDataType;
DWORD dwDataSize;
LPVOID lpData;
} DPCOMPOUNDADDRESSELEMENT, FAR *LPDPCOMPOUNDADDRESSELEMENT;
Members
GUID identifying the type of data contained in this structure.
Size of the data in bytes.
Pointer to a buffer containing the data.
See Also