DPCOMPOUNDADDRESSELEMENT

Describes a DirectPlay Address data chunk. See DirectPlay Address Data Types for a list of predefined Microsoft data types.

Syntax

typedef struct {
    GUID    guidDataType;
    DWORD   dwDataSize;
    LPVOID  lpData;
} DPCOMPOUNDADDRESSELEMENT, FAR *LPDPCOMPOUNDADDRESSELEMENT;

Members

guidDataType
GUID identifying the type of data contained in this structure.
dwDataSize
Size of the data in bytes.
lpData
Pointer to a buffer containing the data.

See Also

IDirectPlayLobby3::CreateCompoundAddress


Top of Page Top of Page
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.