KeyBufferSize
Returns the buffer size required to store a given key. That is, it
returns the length of the key plus one.
native int KeyBufferSize(int index)
Parameters
int index
Key index (starting from 0).
Return Value
int Buffer size required to store the key string.Error
Index out of range.