Home COM GDI+ WebBrowser Data Access

IADOSecurity Interface

 

 

The IADOSecurity interface provides methods that are used by ADO to inform the provider of safe for scripting information.

 

Documentation: IADOSecurity

 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

IADOSecurity Methods

Description

SetSafe

Sets a boolean value that indicates whether the provider is in a safe for scripting environment.

SetURL

Sets the source URL of the current document.

 

SetSafe

 

FUNCTION IADOSecurity_SetSafe ( _
  BYVAL pthis AS DWORD PTR _

, BYVAL fSafe AS LONG _

  ) AS LONG


END FUNCTION

 

 

SetURL

 

FUNCTION IADOSecurity_SetURL ( _
  BYVAL pthis AS DWORD PTR _

, BYVAL bstrUrl AS STRING _

  ) AS LONG


END FUNCTION

 

 

Page last updated on Tuesday, 12 September 2006 03:40:19 +0200