Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Networking With Open Transport / Part 2 - Open Transport Reference
Chapter 23 - Programming With Open Transport Reference / Functions
Checking Synchronous Calls /


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
The OTCanMakeSyncCall function returns a value of true if you can make a synchronous call to Open Transport. The function returns a value of false if you cannot make a synchronous call.

SEE ALSO
See "Providers" for additional information about synchronous execution.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 JAN 1998