Share via


Short Message Service Provider Functions (Windows Embedded CE 6.0)

1/6/2010

The following table shows the Short Message Service (SMS) provider functions with a description of the purpose of each.

Programming element Description

XXX_GetMessageInfo

This function sets all fields of the SMSROUTERMSGINFO structure based on a RILMESSAGE value.

XXX_GetSize

This function returns the minimum number of bytes required to read all parts of a multi-part message.

XXX_RecognizeMessage

This function determines if the provided RILMESSAGE structure is of the desired type.

XXX_Read

This function reads the entire message and fills in provider-specific fields.

XXX_Send

This function calls the function specified by the function pointer smsmsmSendMessageFunction as many times as is necessary to send the actual Short Message Service (SMS) fragments.

See Also

Reference

Short Message Service Provider Reference

Concepts

Short Message Service Providers