se_dllocking()

Enables or disables Designer library locking

Call
#include <vv_des.h>
void se_dllocking(state)

int state

State of library locking (ON or OFF)

Returns

None

 
Description

se_dllocking() sets the global value that indicates whether to lock Designer libraries. If the global value is set to OFF, libraries will not be locked when forms are read from a Designer library by dl_fmget() and dl_mnget().

Related Functions

dl_close(), sdl_lock()

Cautions

se_dllocking() is a macro and does no error checking. Macros are not listed by the VCS error reporting system.


Home Contents Previous Next