次の方法で共有


SMS_ADDRESS

Send Feedback

This structure represents an Short Message Service (SMS) source or destination address during SmsGetSMSC, SmsSetSMSC, SmsReadMessage, and SmsSendMessage calls. The SMS_STATUS_INFORMATION and WCMP_PROVIDER_SPECIFIC_DATA structures also use this structure.

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

Smartphone: Smartphone 2002 and later
Pocket PC: Pocket PC 2002 and later
OS Versions: Windows CE 3.0 and later
Header: sms.h
Library: sms.lib

See Also

Short Message Service Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.