Home COM GDI+ WebBrowser Data Access

IModalWindow  Interface

 

IID_IModalWindow

{B4DB1657-70D7-485E-8E3E-6FCB5A5C1802}

 

 

IModalWindow represents a modal window. It is used in the Microsoft Windows XP Passport Wizard.

 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

IModalWindow Methods

Description

Show

Launches the modal window.

 

Show

 

FUNCTION IModalWindow_Show ( _
  BYVAL pthis AS DWORD PTR _
, BYVAL hwndParent AS DWORD _
  ) AS LONG

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

END FUNCTION

 

 

Page last updated on Monday, 20 March 2006 04:09:45 +0100