Function clipboard_win::raw::size
source · pub fn size(format: u32) -> Option<NonZeroUsize>
Expand description
Retrieves size of clipboard data for specified format.
Pre-conditions:
- open() has been called.
Returns:
Size in bytes if format is presents on clipboard.