Server-side function | |
Implemented in | LiveWire 1.0 |
registerCFunction(JSFunctionName, libraryPath,
externalFunctionName)
registerCFunction
is a top-level server-side JavaScript function that is not associated with any object.
Use registerCFunction
to make an external function available to a server-side JavaScript application. The function can be written in any language, but you must use C calling conventions.
callC
function.callC
Last Updated: 10/31/97 16:38:00