Home COM GDI+ WebBrowser Data Access

ICustomDoc Interface

 

IID_ICustomDoc

{3050F3F0-98B5-11CF-BB82-00AA00BDCE0B}

 

 

The ICustomDoc interface is implemented by MSHTML to allow a host to set the MSHTML IDocHostUIHandler interface.

 

Normally, MSHTML will call the host client site's QueryInterface method to obtain the IDocHostUIHandler interface. MSHTML implements ICustomDoc so that a host that does not implement a client site can still use MSHTML UI customization features.
 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

ICustomDoc Members

Description

SetUIHandler

Sets the IDocHostUIHandler interface for MSHTML.

 

SetScales

 

FUNCTION ICustomDoc_SetUIHandler ( _

  BYVAL pthis AS DWORD PTR _

, BYVAL pUIHandler AS DWORD _

  ) AS LONG


  LOCAL HRESULT AS LONG
  CALL DWORD @@pthis[3] USING ICustomDoc_SetUIHandler (pthis, pUIHandler) TO HRESULT
  FUNCTION = HRESULT
 

END FUNCTION
 

 

Page last updated on Monday, 03 April 2006 19:43:40 +0200