@msdn=https://docs.microsoft.com/en-us/windows/win32/api/ole2/nf-ole2-olecreatefromdata @pinvoke=http://pinvoke.net/$$$.htm Summary: Creates an embedded object from a data transfer object retrieved either from the clipboard or as part of an OLE drag-and-drop operation. It is intended to be used to implement a paste from an OLE drag-and-drop operation. !!!!C# Signature: [DllImport ("ole32.dll", PreserveSig = false)] static extern IOleObject OleCreateFromData (IDataObject pSrcDataObj, ref Guid riid, OLERENDER renderopt, IntPtr pFormatEtc, IOleClientSite pClientSite, IStorage pStg); !!!!User-Defined Types: None. !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: OleCreateFromData@msdn on MSDN
Edit ole32.OleCreateFr...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.