DOC: DoDragDrop() Parameter Documented IncorrectlyID: Q131100
|
The documentation for COleClientItem::DoDragDrop(), COleServerItem::DoDragDrop(), and COleDataSource::DoDragDrop() give the following incorrect information for the lpRectStartDrag parameter:
lpRectStartDrag:
Pointer to the rectangle that defines where the drag
actually starts. It does not start until the mouse cursor leaves the
rectangle. If NULL, a default rectangle is used so that the drag
starts when the mouse cursor moves one pixel.
lpRectStartDrag:
Pointer to the rectangle that defines where the drag
actually starts. It does not start until the mouse cursor leaves the
rectangle or until a specific number of milliseconds has passed. If
NULL, a default rectangle is used so that the drag starts when the
mouse cursor moves one pixel. The number of milliseconds is specified
by a registry key setting. The value can be found in the Windows NT
system registry under the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Windows\NT\CurrentVersion\IniFileMapping\win.ini\Windows\DragDelay,
or in the WIN.INI file under the [Windows] section if running under
Windows version 3.x. If the key is not present, a default value of 200
milliseconds is used.
This problem was corrected in Visual C++ version 6.0 for Windows.
Additional query words:
Keywords : kbole kbdocerr kbMFC kbVC500bug kbVC600fix
Version : 1.5 1.51 1.52 2.0 2.1 5.0
Platform : NT WINDOWS
Issue type :
Last Reviewed: July 22, 1999