次の方法で共有


XXX_GetMessageInfo (Compact 2013)

3/26/2014

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

Syntax

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

Parameters

  • prmMessage
    [in] Pointer to a Radio Interface Layer (RIL) message that contains the information enclosed in the incoming Short Message Service (SMS) message.
  • psmsriInfo
    [out] Pointer to a SMSROUTERMSGINFO structure. The rgbMessageUID member of the SMSROUTERMSGINFO structure identifies fragments of a multipart message.

Return Value

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

Remarks

The rgbMessageUID member of the SMSROUTERMSGINFO structure is common for all fragments of a multipart message and is set to 0 for a single-part message.

Requirements

Header

Developer Implemented

Library

Developer Implemented

See Also

Reference

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