GetIndexById
This method returns the index of an entry by its unique ID.
Syntax
GetIndexByID (IDHigh as Long, IDLow as Long, Index as Long)
Parameter | Description |
---|---|
IDHigh | [in] Upper part of 64-bit unique ID. |
IDLow | [in] Lower part of 64-bit unique ID. |
Index | [out] Zero-based index. |