| ELZED | Documentation | The Details | API |
| lzGetParmCountThe lzGetParmCount function returns the number of parameters being passed to a host external operator function. long lzGetParmCount( | LZObjectHandle hExOpUID | | // a handle to the external operator |
);
ParametershExOpUID | | An Elzed object handle to the external operator. |
Return Value | Returns a long integer containing the number of passed-in parameters. |
Remarks | The target operator must exist in the current context. |
Versions | Introduced in Elzed 1.2.0 Modified in Elzed 2.3.0 -- Changed lExOpID to hExOpUID | | This page describes the version of lzGetParmCount active in Elzed 2.5.0 (150: 2.5.0) |
See Also |
| |