| ELZED | Documentation | The Details | API |
| lzGetStrParmThe lzGetStrParm function retrieves a string parameter for use in a host external operator function. char* lzGetStrParm( | LZObjectHandle hExOpUID, | | // a handle to the external operator | | long lParmIndex | | // the index of the desired parameter |
);
ParametershExOpUID | | An Elzed object handle to the external operator. |
lParmIndex | | The zero-based index of the desired parameter. |
Return Value | If the requested parameter exists and is a string, the parameter value is returned. If the parameter does not exist or is not a string, the function returns a value of NULL and fails silently. Call lzGetLastErrorID to determine the reason for the failure. |
Versions | Introduced in Elzed 1.0.0 Modified in Elzed 2.3.0 -- Changed lExOpID to hExOpUID | | This page describes the version of lzGetStrParm active in Elzed 2.5.0 (155: 2.5.0) |
See Also |
| |