Table of Contents

zeofunc_GetArgListPrototype

Description

Retrieve a prototype list of arguments for a function.

Function prototype

bool CExtAPI::zeofunc_GetArgListPrototype(ZFUNC hFunc, ZLIST hArgList);

Arguments

Name Type Comment
hFunc ZFUNC A ZVAR handle to function variable, the argument list prototype of which is to be retrieved.
hArgList ZLIST A ZVAR handle to a list variable that shall receive the argument list.

Return value

False if an error occurred, and true otherwise.

Comments

None.