|
Copyright ® (1999-2008) EDMGROUP Pty Ltd - EZY Prolog Reference |
Type | Predicate | Parameters | Flow pattern | Description |
|---|---|---|---|---|
determ | (i,i,o) | Connect to DDE Service and return connection reference DDE_CONV | ||
determ | STRING DDE_CONV | (i) | Destroy DDE conversation created by dde_connect. | |
determ | (i,i,i) | Execute DDE command in external application. DDE_CONV should be created by dde_connect | ||
determ | STRING CLAUSE | (i) | Define name of the user predicate which will receive DDE messages. | |
determ | (i,i,i,o) | Request string from external application. DDE_CONV should be created by dde_connect | ||
determ | STRING RESULT | (i) | Used in when EZY Prolog works as DDE Server. Sends results to the calling application. |