company logo

Key :: instanceArea - Get instance area pointer

The function returns the pointer to the internal key instance area. Since the instance area is structured according to the key definition, the instance area cannot be used in OSI or .NET interface, but in C++, only.

When no key had been set, the function returns NULL.

The key instance area is different from the string area. In order to obtain the string area pointer data() has to be called.


Return value:  Instance area ( void * )

Implementation details