Copyright ® (1999-2005) EDMGROUP Pty Ltd - EZY Prolog Reference

 ezy_dll_call_nondeterm

[This is preliminary specification and subject to change.]

Group

DLL  (more...)

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

Copyright © 1997-2005 EDMGROUP (Australia)