| lzIsArrayHandleThe lzIsArrayHandle function returns TRUE if the passed-in handle represents an array, FALSE otherwise. bool lzIsArrayHandle(| | LZObjectHandle hHandle | | // a handle to the array |
);
Parameters| hHandle | | | An LZObjectHandle to the array. |
Return Value| | Returns TRUE if the passed in handle represents an array, otherwise FALSE. |
Versions| | Introduced in Elzed 2.4.0 | | | This page describes the version of lzIsArrayHandle active in Elzed 2.5.0 (258: 2.5.0) |
|