m_cb_write
Writes length bytes from data to the representation opened by m_new_rep. Multiple calls
may be made to m_cb_write if needed to append data to a single representation before the
representation is closed with an m_fini_rep.
- Syntax: int far m_cb_write(char far *data, unsigned length)
- Parameters: char far *dat - Pointer to the data to be written
unsigned length - Length of the data to be written
- Returns: CB_OK - if write is successful
CB_NOT_OPEN - if clipboard access is denied
CB_NO_REP - if no representation is currently open