Skaityti anglų kalba

Bendrinti naudojant


IMbnSmsReadMsgTextCdma::Index property

The index of the message in device SMS memory.

This property is read-only.

Syntax

c++
HRESULT get_Index(
  [out] ULONG *Index
);

Property value

A pointer to the index of the message in device SMS memory. Valid values for this field are from 1 to the MaxMessageIndex property of the IMbnSmsConfiguration interface.

For class0/flash/alert type of messages which don’t get stored in device memory, this field is set to MBN_MESSAGE_INDEX_NONE.

Error codes

Name Meaning
S_OK

The operation completed successfully.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

None supported

IDL

Mbnapi.idl

See also

IMbnSmsReadMsgTextCdma