m_reset_cb
This function clears the contents of the clipboard and establishes the current application,
specified by the string author, as the creator of clipboard contents. Applications
should attempt to use a unique string for this value. m_reset_cb resets the size of the
clipboard to 8 KB.
- Syntax: int far m_reset_cb(char far *author)
- Parameters: char far *author - Author name to be set in clipboard header
- Returns: CB_OK - if successful
CB_NOT_OPEN - if clipboard was not in use.
CB_ALLOC - if memory management services cannot reset clipboard size