Blueprint Help Send comments on this topic.
Transient Store AbortReadToBack

Glossary Item Box

Description

This member function aborts a previously opened store read.  In this case, the buffer will be returned to the back of the readable buffer queue where it can be read again.  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 readable buffer.  Before reading this topic, we would recommend familiarity with Manual Connections and Transient Stores.

Prototype

Uns AbortReadToBack( void );

Parameters

None

Return Value

This function returns logical TRUE if the 'read' is successfully aborted; or FALSE otherwise.

Notes

This function aborts 'reads' only.  In order to abort writes see AbortWrite.