共用方式為


RAW_PROVIDER_SPECIFIC_DATA

Send Feedback

This structure is used for provider-specific data for use with SmsReadMessage calls. The Raw Short Message Service (SMS) provider is a receive-only protocol that is intended to catch any incoming SMS message that is not handled by one of the existing SMS providers. The information in the provider-specific structure is the unaltered, uninterrupted data from the incoming SMS message.

typedef struct raw_provider_specific_data_tag {
DWORD dwHeaderDataSize;
BYTE pbHeaderData[SMS_DATAGRAM_SIZE];
} RAW_PROVIDER_SPECIFIC_DATA;

Members

  • dwHeaderDataSize
    Number of bytes of pbData.
  • pbHeaderData
    The raw User-header data. Refer to GSM specification 03.40 "Digital cellular telecommunications system (Phase 2+); Technical realization of the Short Message Service (SMS)" for further details.

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.