GetFormattedValueByID
This method returns the formatted entry representation for the pool entry specified by its unique ID
Syntax
GetFormattedValueByID (IDHigh as Long, IDLow as Long, FormattedValue as String)
Parameter | Description |
---|---|
IDHigh | [in] Upper part of 64-bit unique ID. |
IDLow | [in] Lower part of 64-bit unique ID. |
FormattedValue | [out] Formatted entry representation for the specified entry. |