|
Copyright ® (1999-2005) EDMGROUP Pty Ltd - EZY Prolog Reference |
[This is preliminary specification and subject to change.]
Group
Type
nondeterm
Syntax
ezy_dll_call_nondeterm( STRING DLL_NAME, STRING DLL_FUNCTION, STRING STR_IN, STRING STR_OUT)
Flow patterns
(i,i,i,o)
Description:
Non-deterministically call function from the DLL.
DLL should return result of execution inside INTEGER parameter.
If RESULT = 1 - EZY Prolog will continue execution of program.
If RESULT = 0 - EZY Prolog rule fails(note: DLL CAN'T FAIL)
See EZY DLL for more information
Sample:
No sample