Changeset 18472
- Timestamp:
- Feb 15, 2002, 4:17:55 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/ole32/clipboard.c ¶
r18463 r18472 950 950 if (!FAILED(hr = IDataObject_GetData(theOleClipboard->pIDataObjectSrc, &fmt2, &std2))) 951 951 { 952 mfp = (METAFILEPICT *)GlobalLock(std2.u.h MetaFilePict);952 mfp = (METAFILEPICT *)GlobalLock(std2.u.hGlobal); 953 953 } 954 954 … … 993 993 HeapFree(GetProcessHeap(), 0, mfBits); 994 994 995 GlobalUnlock(std2.u.h MetaFilePict);995 GlobalUnlock(std2.u.hGlobal); 996 996 997 997 ReadClassStg(std.u.pstg, &clsID);
Note:
See TracChangeset
for help on using the changeset viewer.