IDocHostUIHandler (Interfaces)
Last changed: -71.146.17.86

.
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