OleDuplicateData (OLE32.@)
HANDLE OleDuplicateData ( HANDLE hSrc, CLIPFORMAT cfFormat, UINT uiFlags )
Duplicates clipboard data.
hSrc | [In] | Handle of the source clipboard data. |
cfFormat | [In] | The clipboard format of hSrc. |
uiFlags | [In] | Flags to pass to GlobalAlloc. |
Success: handle to the duplicated data.
Failure: NULL.
Defined in "ole2.h".
Implemented in "dlls/ole32/ole2impl.c". source.winehq.org/source/dlls/ole32/ole2impl.c
Debug channel "ole".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.