m_get_cb_info
This function retrieves information about the current state of the clipboard.
- Syntax: int far m_get_cb_info(int far *count, char far *author,
unsigned far *cbsize, unsigned far *cbsize_inuse)
- Parameters: int far *count - Number of representations on the clipboard at this
time.
char far *author - String identifying the author of the clipboard's
current contents (up to 48 bytes long)
unsigned far *cbsize - Size of the clipboard (in bytes)
unsigned far *cbsize_inuse - Amount of the clipboard in use at this
time, including the header (in bytes)
- Returns: CB_OK - for success
CB_NOT_OPEN - if clipboard access is denied