Important: The information in this document is obsolete and should not be used for new development.
OTIsNonBlocking
Returns a provider's current blocking mode.C INTERFACE
Boolean OTIsNonBlocking(ProviderRef ref);C++ INTERFACE
Boolean TProvider::IsNonBlocking();PARAMETERS
ref
- The provider reference of the provider whose blocking status
is sought.- function result
True
if the provider is currently in nonblocking mode orfalse
if it is in blocking mode.DISCUSSION
To set a provider's blocking status to blocking, call theOTSetBlocking
function. To set a provider's blocking status to nonblocking, call theOTSetNonBlocking
function.SEE ALSO
"Setting a Provider's Blocking Status".