Microsoft KB Archive/104961: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 42: Line 42:
<div class="notice_section">
<div class="notice_section">


The function descriptions for OleSetClipboard and OleGetClipboard in the OLE version 2.0 &quot;Programmer's Reference: Creating Programmable Applications&quot; manual incorrectly state that an application must obtain access to the clipboard by successfully calling OleGetClipboard before making a call to OleSetClipboard. In fact, a call to OleGetClipboard is not required before making a call to OleSetClipboard.<br />
The function descriptions for OleSetClipboard and OleGetClipboard in the OLE version 2.0 "Programmer's Reference: Creating Programmable Applications" manual incorrectly state that an application must obtain access to the clipboard by successfully calling OleGetClipboard before making a call to OleSetClipboard. In fact, a call to OleGetClipboard is not required before making a call to OleSetClipboard.<br />
<br />
<br />
This documentation error also appears in the OLE version 2.0 online reference file, OLE2API.HLP, in the function descriptions for OleSetClipboard and OleGetClipboard.<br />
This documentation error also appears in the OLE version 2.0 online reference file, OLE2API.HLP, in the function descriptions for OleSetClipboard and OleGetClipboard.<br />

Latest revision as of 09:42, 20 July 2020

Knowledge Base


DOCERR: OleGetClipboard Not Needed Before OleSetClipboard

Article ID: 104961

Article Last Modified on 3/3/2005



APPLIES TO

  • Microsoft OLE 2.0



This article was previously published under Q104961

The function descriptions for OleSetClipboard and OleGetClipboard in the OLE version 2.0 "Programmer's Reference: Creating Programmable Applications" manual incorrectly state that an application must obtain access to the clipboard by successfully calling OleGetClipboard before making a call to OleSetClipboard. In fact, a call to OleGetClipboard is not required before making a call to OleSetClipboard.

This documentation error also appears in the OLE version 2.0 online reference file, OLE2API.HLP, in the function descriptions for OleSetClipboard and OleGetClipboard.

The correct information is in the OLE 2.0 documentation included with Visual C++ 2.0.


Additional query words: 2.00

Keywords: kbdocerr KB104961