Share via


SMSROUTERMSGINFO (Compact 2013)

3/26/2014

This structure stores message routing information.

Syntax

typedef struct SMSROUTERMSGINFO_TAG{
  UINT cbSize;
  UINT cbMessageUID;
  BYTE rgbMessageUID[SMS_MAX_MESSAGEUID_SIZE];
  UINT nTotalParts;
  UINT iPartIndex;
} SMSROUTERMSGINFO, *LPSMSROUTERMSGINFO;

Members

  • cbSize
    Size of the structure.
  • cbMessageUID
    Length of rgbMessageUID. This value is nonzero if the message is a multipart message.
  • rgbMessageUID
    Message unique identifier (UID).
  • nTotalParts
    Total number of message parts. This member is only valid if cbMessageUID is not equal to 0 (zero).
  • iPartIndex
    Part sequence number. This member is only valid if cbMessageUID is not equal to 0 (zero).

Requirements

Header

Developer Implemented

See Also

Reference

Short Message Service Provider Structures
Short Message Service Provider Reference