Important: The information in this document is obsolete and should not be used for new development.
OTIsAckingSends
Determines whether a provider copies data when sending it.C INTERFACE
Boolean OTIsAckingSends(ProviderRef ref);C++ INTERFACE
Boolean TProvider::IsAckingSends();PARAMETERS
ref
- The provider reference of the provider sending data.
- function result
True
if the provider does not copy sent data andfalse
if it does.DISCUSSION
To specify that a provider not copy data on sends, call theOTAckSends
function. To specify that a provider copy data on sends, call theOTDontAckSends
function.SEE ALSO
"Setting a Provider's Send-Acknowledgment Status"