OleSetClipboard (OLE32.@)
HRESULT OleSetClipboard ( IDataObject* data )
Places a pointer to the specified data object onto the clipboard, making the data object accessible to the OleGetClipboard function.
S_OK IDataObject pointer placed on the clipboard CLIPBRD_E_CANT_OPEN OpenClipboard failed CLIPBRD_E_CANT_EMPTY EmptyClipboard failed CLIPBRD_E_CANT_CLOSE CloseClipboard failed CLIPBRD_E_CANT_SET SetClipboard failed
Declared in "include/ole2.h". gitlab.winehq.org/wine/wine/blob/master/include/ole2.h
Implemented in "dlls/ole32/clipboard.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ole32/clipboard.c
Debug channel "ole".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.