OleSetClipboard.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

OleSetClipboard (OLE32.@)

SYNOPSIS

HRESULT OleSetClipboard
 (
  IDataObject* pDataObj
 )

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 "dlls/ole32/clipboard.c".

Debug channel "ole".