Home COM GDI+ WebBrowser Data Access

IFolderViewHost Interface

 

IID_IFolderViewHost

{1EA58F02-D55A-411D-B09E-9E65AC21605B}

 

 

Hosts an IFolderView object in a window.

 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

IFolderViewHost Method

Description

Initialize

Initializes the object that hosts an IFolderView object.

 

Initialize

 

FUNCTION IFolderViewHost_Initialize ( _
  BYVAL pthis AS DWORD PTR _
, BYVAL hwndParent AS DWORD _
, BYVAL pdo AS DWORD _
, BYREF prc AS RECT _
  ) AS LONG

  LOCAL HRESULT AS LONG
  CALL DWORD @@pthis[3] USING IFolderViewHost_Initialize (pthis, hwndParent, pdo, prc) TO HRESULT
  FUNCTION = HRESULT

END FUNCTION

 

 

Page last updated on Wednesday, 15 February 2006 22:40:17 +0100