Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure is used for provider-specific data for use with SmsReadMessagecalls. 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.

Syntax

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

Members

dwHeaderDataSize

Size of this structure in bytes.

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

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