Blueprint Help Send comments on this topic.
Transient Store AbortReadToFront

Glossary Item Box

Description

This member function aborts a previously opened store read.  In this case, the buffer will be returned to the front of the readable buffer queue and will therefore be the next buffer to be read.  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 AbortReadToFront( 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.