[−][src]Function clipboard_win::raw::get_clipboard_data
pub fn get_clipboard_data(format: c_uint) -> Result<NonNull<c_void>>
Retrieves raw pointer to clipboard data.
Wrapper around GetClipboardData
.
Pre-conditions:
- open() has been called.