SMS_ADDRESS
A version of this page is also available for
4/8/2010
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
The address type.
- ptsAddress
The address in string format. For example, "127.0.0.1" or "+1.800.123.4567".
Requirements
Header | sms.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |
See Also
Reference
Short Message Service Structures
SmsGetSMSC
SmsSetSMSC
SmsReadMessage
SmsSendMessage
SMS_STATUS_INFORMATION
WCMP_PROVIDER_SPECIFIC_DATA