KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzGetStrVarValueByHandle

The lzGetStrVarValueByHandle function returns the value of the indicated string variable.

char* lzGetStrVarValueByHandle(
   LZObjectHandle hHandle   // a handle to the variable
);

Parameters

hHandle
   An LZObjectHandle to the variable.

Return Value

   Returns a pointer to the string variable.

Remarks

   See lzGetStrVarValueByHandleB for Visual Basic support.

This function fails silently and returns a value of NULL if the variable is not found or is not of string type. Use lzGetLastErrorID or lzGetLastErrorText to find out what failed.

Versions

   Introduced in Elzed 2.4.0
   This page describes the version of lzGetStrVarValueByHandle active in Elzed 2.5.0 (254: 2.5.0)

See Also



  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy