diff options
Diffstat (limited to '')
-rw-r--r-- | private/ole32/com/remote/dde/server/itemutil.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/private/ole32/com/remote/dde/server/itemutil.h b/private/ole32/com/remote/dde/server/itemutil.h new file mode 100644 index 000000000..e9af61df2 --- /dev/null +++ b/private/ole32/com/remote/dde/server/itemutil.h @@ -0,0 +1,14 @@ +// itemutil.h +// +// Corresponds to itemutil.cpp + +void ChangeOwner (HANDLE hmfp); +INTERNAL ScanItemOptions (LPSTR lpbuf, int far *lpoptions); +INTERNAL_(BOOL) MakeDDEData (HANDLE hdata, int format, LPHANDLE lph, BOOL fResponse); +INTERNAL_(BOOL) IsAdviseStdItems (ATOM aItem); +INTERNAL_(int) GetStdItemIndex (ATOM aItem); +void ChangeOwner (HANDLE hmfp); +INTERNAL_(HANDLE) MakeItemData (DDEPOKE FAR *lpPoke, HANDLE hPoke, CLIPFORMAT cfFormat); +INTERNAL_(HANDLE) DuplicateMetaFile (HANDLE hSrcData); +INTERNAL_(HBITMAP) DuplicateBitmap (HBITMAP hold); +INTERNAL wSetTymed (LPFORMATETC pformatetc); |