m_close_cb
releases the clipboard for access by other applications and resets the usage flag to
allow other applications to claim the clipboard.
- Syntax: int far m_close_cb()
- Parameters: None
- Returns: CB_OK - if clipboard is successfully released
CB_NOT_OPEN - if clipboard access is denied
CB_REP_OPEN - if the current representation is not finished
- Related Calls: m_open_cb
- Comments: This call must be made for other applications to gain access to the
clipboard