0
我在剪貼板中有非託管OLE對象。 我把它放在剪貼板通過下面的代碼:從剪貼板保存OLE對象
[DllImport("mfc80u.dll", CallingConvention = CallingConvention.ThisCall, EntryPoint = "#1532")]
public static extern void COleClientItem_CopyToClipboard(IntPtr thisClientItem, int bIncludeLink);
我如何學習是誰的對象(例如Word,Excel或圖像)以及如何將其保存通過C#中的文件嗎?
感謝。我會盡力去做到的。 –