Home COM GDI+ WebBrowser Data Access

IMonikerProp Interface

 

IID_IMonikerProp

{A5CA5F7F-1847-4D87-9C5B-918509F7511D}

 

 

This interface provides access to the properties of a moniker.

 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

IMonikerProp Method

Description

PutProperty

Sets the value of a property on a moniker.

 

PutProperty

 

FUNCTION IMonikerProp_PutProperty ( _
  BYVAL pthis AS DWORD PTR _
, BYVAL mkp AS DWORD _
  ) AS LONG
 

  LOCAL HRESULT AS LONG

  CALL DWORD @@pthis[3] USING IMonikerProp_PutProperty (pthis, mkp) TO HRESULT
  FUNCTION = HRESULT

END FUNCTION

 

 

Page last updated on Monday, 03 April 2006 20:02:18 +0200