OTIsNonBlocking
Returns a provider's current blocking status.C INTERFACE
Boolean OTIsNonBlocking(ProviderRef ref);C++ INTERFACE
Boolean TProvider::IsNonBlocking();PARAMETERS
ref- The provider reference of the provider whose blocking status
is sought.DESCRIPTION
TheOTIsNonBlockingfunction returnstrueif the provider's current blocking status is nonblocking or returnsfalseif it is blocking.SEE ALSO
Blocking is described in "Setting a Provider's Blocking Status" on page 2-10.To set a provider's blocking status to blocking, call the
OTSetBlockingfunction (page 2-32). To set a provider's blocking status to nonblocking, call theOTSetNonBlockingfunction (page 2-33).Blocking attributes affect endpoint providers more than other providers. For more information see the discussion about modes of operation in the chapter "Endpoints" in this book.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help