@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Returns the clipboard format and user type previously saved with the WriteFmtUserTypeStg function. !!!!C# Signature: [DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)] static extern void ReadFmtUserTypeStg(IStorage pStg, out CLIPFORMAT pcf, [MarshalAs(UnmanagedType.LPWStr)] out string lplpszUserType); !!!!User-Defined Types: [CLIPFORMAT] !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: ReadFmtUserTypeStg@msdn on MSDN
Edit ole32.ReadFmtUser...
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.