Scroll to navigation

OleSetClipboard(3w) Wine API 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

Declared in "ole2.h".
Implemented in "dlls/ole32/clipboard.c".
Debug channel "ole".
Oct 2012 Wine API