Description
This member function aborts a previously opened store write. The abort will not take effect until the store is closed. This may unblock other threads of execution that have been blocked waiting for a write-able buffer. Before reading this topic, we would recommend familiarity with Manual Connections and Transient Stores.
Prototype
Uns AbortWrite( void );
Parameters
None
Return Value
This function returns logical TRUE if the 'write' is successfully aborted; or FALSE otherwise.
Notes
This function aborts 'writes' only. In order to abort reads see (AbortReadToBack and AbortReadToFront).