NAME

OleSetClipboard  (OLE32.@)

SYNOPSIS

 HRESULT OleSetClipboard
 (
  IDataObject* data
 )

DESCRIPTION

Places a pointer to the specified data object onto the clipboard, making the data object accessible to the OleGetClipboard function.

RETURNS

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

IMPLEMENTATION

Declared in "ole2.h". https://source.winehq.org/source/include/ole2.h

Implemented in "dlls/ole32/clipboard.c". https://source.winehq.org/source/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 Apr 2024.