Lists exported functions
Supported Platforms: Windows only
(vl-list-exported-functions [appname])
Type: String
Name of a loaded VLX application. Do not include the .vlx extension.
Type: List
A list of strings naming exported functions; otherwise nil, if there are no functions exported from the specified VLX. If appname is omitted or is nil, vl-list-exported-functions returns a list of all exported functions (for example, c: functions) except those exported from VLX namespaces.
(vl-list-exported-functions "whichexpns") ("WHICHNAMESPACE")