MCPcopy Create free account
hub / github.com/deskflow/deskflow / getFormat

Method getFormat

src/lib/platform/MSWindowsClipboardBitmapConverter.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14//
15
16IClipboard::Format MSWindowsClipboardBitmapConverter::getFormat() const
17{
18 return IClipboard::Format::Bitmap;
19}
20
21UINT MSWindowsClipboardBitmapConverter::getWin32Format() const
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected