Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Play_Library v2.00 Component Reference
|
|
[ TDPCompoundAddressElement::DataType ]
[ next: ErrorValue ]
[ prev: DataSize ]
public:
__property GUID DataType[dword pArrayIndex] = { read=FGetDataType, write=FSetDataType };
TDPCOMPOUNDADDRESSELEMENT::DATATYPE
[ component property ]
- Description
The DataType property identifies the type of data referenced by TDPCompoundAddressElement::Data.
The predefined GUIDs are :
DPAID_ComPort
The Data property references a TDPComportAddress component defining COM port settings.
DPAID_INet
The Data property references an ANSI representation of an IP or domain address.
For Example: "220.150.10.102" or "game.com".
Using an empty string ("") causes the Internet TCP/IP connection service provider enumerate active sessions on the specified network address or broadcast on the subnet.
TDPCompoundAddressElement::DataSize must include the terminator.
DPAID_INetW
The Data property references a unicode representation of an IP or domain address.
For Example: "220.150.10.102" or "game.com".
Using an empty string ("") causes the Internet TCP/IP connection service provider enumerate active sessions on the specified network address or broadcast on the subnet.
TDPCompoundAddressElement::DataSize must include the terminator.
DPAID_INetPort
The Data property references an integer specifying which port number to use for communications.
DPAID_LobbyProvider
The Data property references a 16-byte GUID identifying the lobby provider the address applies to.
DPAID_Modem
The Data property references a NULL terminated ANSI value specifying which modem to use.
Available modems can be determined with TDx_Play::GetPlayerAddress().
TDPCompoundAddressElement::DataSize must include the terminator.
DPAID_ModemW
The Data property references a NULL terminated unicode value specifying which modem to use.
Available modems can be determined with TDx_Play::GetPlayerAddress().
TDPCompoundAddressElement::DataSize must include the terminator.
DPAID_Phone
The Data property references an ANSI value defining a phone number.
The modem service provider will call this number when TDx_Play::EnumSessions() is called.
If no modem is specified, the first available modem will be used.
TDPCompoundAddressElement::DataSize must include the terminator.
DPAID_PhoneW
The Data property references a unicode value defining a phone number.
The modem service provider will call this number when TDx_Play::EnumSessions() is called.
If no modem is specified, the first available modem will be used.
TDPCompoundAddressElement::DataSize must include the terminator.
DPAID_ServiceProvider
The Data property references a 16-byte GUID identifying the service provider the address applies to.
DPAID_TotalSize
The Data property references a dword holding the size of the internal DPADDRESS structure.
This chunk is automatically added by TDx_PlayLobby::CreateCompoundAddress.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|