Sack Library Documentation
|
IMPORT_METHOD int CPROC RegisterProcedureExx(PCLASSROOT root, CTEXTSTR name_class, CTEXTSTR public_name, CTEXTSTR returntype, CTEXTSTR library, CTEXTSTR name, CTEXTSTR args DBG_PASS);
Parameters |
Description |
PCLASSROOT root |
root name or PCLASSROOT of base path |
CTEXTSTR name_class |
an additional path on root |
CTEXTSTR public_name |
the name of the value entry saved in the tree |
CTEXTSTR returntype |
the text return type of this function - may be checked to validate during GetRegisteredProcedure |
CTEXTSTR library |
name of the library this symbol is in - may be checked to validate during GetRegisteredProcedure |
CTEXTSTR name |
actual C function name in library - may be checked to validate during GetRegisteredProcedure |
CTEXTSTR args DBG_PASS |
file and line of the calling application. May be no parameter in release mode. |
RegisterProcedureExx(
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|