ndfLock

Lock an NDF for use by the current thread

Description:

This function locks the supplied NDF (both the supplied identifier and the associated base NDF) for sole use by the current thread. An error will be reported if the NDF is currently locked by another thread. Consequently, the NDF should be unlocked using ndfUnlock before calling this function.

Invocation

void ndfLock( int indf, int status )

Notes:

Parameters :

indf
NDF identifier.
status
The global status.