Important: The information in this document is obsolete and should not be used for new development.
OTCanMakeSyncCall
Checks whether you can call a synchronous function.C INTERFACE
Boolean OTCanMakeSyncCall();C++ INTERFACE
None. C++ applications use the C interface to this function.PARAMETERS
- function result
- The function returns
true
if you can call a synchronous function.DISCUSSION
TheOTCanMakeSyncCall
function returns a value oftrue
if you can make a synchronous call to Open Transport. The function returns a value offalse
if you cannot make a synchronous call.SEE ALSO
See "Providers" for additional information about synchronous execution.