Index Topic Contents | |||
Previous Topic: DPCOMPORTADDRESS Next Topic: DPCREDENTIALS |
DPCOMPOUNDADDRESSELEMENT
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
- 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
IDirectPlayLobby2::CreateCompoundAddress
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.