Find answers to your technical questions and learn how to use our products
Search suggestions:
You can use the DLClose() routine to disconnect from an IP Office system.
pbxh: A number used to identify the system. This user-supplied parameter is used to connect to DevLink in the call to DLOpen().
This routine may return either 0 (DEVLINK_SUCCESS) or 1 (DEVLINK_UNSPECIFIEDFAIL) in the event of an error.
LONG PASCAL DLClose( LONG pbxh );
function DLClose(pbxh: LongInt): LongInt; stdcall;
Previous Topic
Next Topic