Home COM GDI+ WebBrowser Data Access

IInsertItem Interface

 

IID_IInsertItem

{D2B57227-3D23-4b95-93C0-492BD454C356}

 

 

IInsertItem provides a method that inserts an ITEMIDLIST structure into a list of such structures.

 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

IInsertItem Method

Description

InsertItem

Adds an ITEMIDLIST structure to a list of such structures.

 

InsertItem

 

FUNCTION IInsertItem_InsertItem ( _
  BYVAL pthis AS DWORD PTR _
, BYVAL pidl AS DWORD _
  ) AS LONG

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

END FUNCTION

 

 

Page last updated on Wednesday, 15 February 2006 22:54:13 +0100