Description
This manual connection member function closes a store that has previously been opened for read or write. Writes do not take effect until the store is closed. This may unblock other threads of execution that have been blocked waiting for a buffer. Before reading this topic, we would recommend familiarity with Manual Connections and Transient Stores.
Prototype
Uns Close( void );
Parameters
None
Return Value
This function returns logical TRUE if the store is successfully closed; or FALSE otherwise.
Notes
Connections cannot be re-opened until they have been successfully closed.