@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: [ComImport()] [GuidAttribute("3050f6d0-98b5-11cf-bb82-00aa00bdce0b")] public interface IDocHostUIHandler2: IDocHostUIHandler { void GetOverrideKeyPath([MarshalAs(UnmanagedType.BStr)] ref string pchKey, uint dw); } !!!!VB Definition: <ComImport> _ <Guid("3050f6d0-98b5-11cf-bb82-00aa00bdce0b")> _ Interface IDocHostUIHandler2 Inherits IDocHostUIHandler Sub GetOverrideKeyPath(<MarshalAs(UnmanagedType.BStr)> ByRef pchKey As String, dw As UInt32) End Interface !!!!User-Defined Types: None. !!!!Notes: None. Documentation: IDocHostUIHandler2@msdn on MSDN
Edit Interfaces.IDocHo...
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.