Share via


XXX_GetMessageInfo (Windows Embedded CE 6.0)

1/6/2010

This function sets all fields of the SMSROUTERMSGINFO structure based on a RILMESSAGE value. The UID member of the SMSROUTERMSGINFO structure is common for all fragments of a multi-part message and is set to zero for a single-part message.

Syntax

BOOL XXX_GetMessageInfo(
  const RILMESSAGE* prmMessage,
  SMSROUNTERMSGINFO* psmsriInfo
);

Parameters

  • prmMessage
    [in] Pointer to a RIL message containing the information enclosed in the incoming Short Message Service (SMS) message. The RIL message is pre-populated based on the incoming SMS message.
  • psmsriInfo
    [out] Pointer to a SMSROUTERMSGINFO structure. This structure is used for multi-part messages and contains a UID field. All fragments of a large message contain a common UID value.

Return Value

Returns TRUE if the SMSROUNTERMSGINFO structure is set. Otherwise, returns FALSE.

Requirements

Header Developer Implemented
Library Developer Implemented
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

Short Message Service Provider Functions
Short Message Service Provider Reference
SMSROUTERMSGINFO
RILMESSAGE

Concepts

Short Message Service Providers