SMS_ADDRESS (Compact 2013)
3/26/2014
This structure represents a Short Message Service (SMS) source or destination address during SmsGetSMSC, SmsSetSMSC, SmsReadMessage, and SmsSendMessage calls. The SMS_STATUS_INFORMATION, WCMP_PROVIDER_SPECIFIC_DATA, and TEXT_PROVIDER_SPECIFIC_DATA structures also use this structure.
Syntax
typedef struct sms_address_tag {
SMS_ADDRESS_TYPE smsatAddressType;
TCHAR ptsAddress[SMS_MAX_ADDRESS_LENGTH];
} SMS_ADDRESS, *LPSMS_ADDRESS;
Members
- smsatAddressType
Address type.
- ptsAddress
Address in string format. For example, "127.0.0.1" or "+1.800.123.4567".
Requirements
Header |
sms.h |
See Also
Reference
Short Message Service Structures
SmsGetSMSC
SmsSetSMSC
SmsReadMessage
SmsSendMessage
SMS_STATUS_INFORMATION
WCMP_PROVIDER_SPECIFIC_DATA