Share via


SMSROUTERMSGINFO (Windows Embedded CE 6.0)

1/6/2010

This structure stores message 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 non-zero if the message is multi-part.
  • rgbMessageUID
    Message UID.
  • nTotalParts
    Total number of message parts. This member is only valid if cbMessageUID is not equal to zero (0).
  • iPartIndex
    Part sequence number. This member is only valid if cbMessageUID is not equal to 0.

Requirements

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

See Also

Reference

Short Message Service Provider Structures
Short Message Service Provider Reference

Concepts

Short Message Service Providers