Home COM GDI+ WebBrowser Data Access

IAlterIndex Interface

 

IID_IAlterIndex

{0C733AA6-2A1C-11CE-ADE5-00AA0044773D}

 

 

The IAlterIndex interface exposes methods to alter indexes.

 

Documentation: IAlterIndex

 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

IAlterIndex Method

Description

AlterIndex

Alters the index ID and/or properties associated with an index.

 

AlterIndex

 

FUNCTION IAlterIndex_AlterIndex ( _
  BYVAL pthis AS DWORD PTR _

, BYREF pTableId AS DBID _

, BYREF pIndexId AS DBID _

, BYREF pNewIndexId AS DBID _

, BYVAL cPropertySets AS DWORD _

, BYREF rgPropertySet AS DBPROPSET _

  ) AS LONG


  LOCAL HRESULT AS LONG
  CALL DWORD @@pthis[3] USING IAlterIndex_AlterIndex (pthis, pTableId, pIndexId, pNewIndexId, cPropertySets, rgPropertySet) TO HRESULT
  FUNCTION = HRESULT

END FUNCTION

 

 

Page last updated on Saturday, 11 November 2006 00:46:14 +0100