OleSetClipboard(3w)
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
Defined in "ole2.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/clipboard.c".
- Debug channel "ole".