2.2.1.8 Positioning Minimal Entry IDs
The positioning Minimal Entry IDs are used to specify objects in the address book as a function of their positions in tables. They appear as Minimal Entry IDs in the CurrentRec field of the STAT structure, as specified in section 2.2.8. The following table lists the possible values.
Minimal Entry ID name and value |
Description |
---|---|
MID_BEGINNING_OF_TABLE 0x00000000 |
Specifies the position before the first row in the current address book container. |
MID_END_OF_TABLE 0x00000002 |
Specifies the position after the last row in the current address book container. |
MID_CURRENT 0x00000001 |
Specifies the current position in a table. This Minimal Entry ID is only valid in the NspiUpdateStat method, as specified in section 3.1.4.1.4. In all other cases, it is an invalid Minimal Entry ID, guaranteed to not specify any object in the address book. |