| 14 | // |
| 15 | |
| 16 | IClipboard::Format MSWindowsClipboardBitmapConverter::getFormat() const |
| 17 | { |
| 18 | return IClipboard::Format::Bitmap; |
| 19 | } |
| 20 | |
| 21 | UINT MSWindowsClipboardBitmapConverter::getWin32Format() const |
| 22 | { |
nothing calls this directly
no outgoing calls
no test coverage detected