m_open_cb
This function attempts to claim the clipboard and sets an "in use" flag to lock
out requests from other applications.
- Syntax: int far m_open_cb()
- Parameters: None
- Returns: CB_OK - if request is successful
CB_LOCKED - if clipboard is already in use
- Related Calls: m_close_cb releases the clipboard for use by another application.