Home COM GDI+ WebBrowser Data Access

IPassportWizard  Interface

 

CLSID_PassportWizard

{58F1F272-9240-4F51-B6D4-FD63D1618591}

IID_IPassportWizard

{A09DB586-9180-41AC-9114-460A7F362B76}

 

 

IPassportWizard invokes 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.

IPassportWizard Methods

Description

SetOptions

Sets Passport Wizard options. Call this method before calling IModalWindow::Show.

 

SetOptions

 

FUNCTION IPassportWizard_SetOptions ( _
  BYVAL pthis AS DWORD PTR _
, BYVAL dwOptions AS DWORD _
  ) AS LONG

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

END FUNCTION

 

 

Page last updated on Monday, 03 April 2006 20:41:57 +0200