Home COM GDI+ WebBrowser Data Access

IDBCreateCommand Interface

 

IID_IDBCreateCommand

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

 

 

Consumers call IDBCreateCommand::CreateCommand on a session to obtain a new command.

 

Documentation: IDBCreateCommand

 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

IDBCreateCommand Methods

Description

CreateCommand

Creates a new command.

 

CreateCommand

 

FUNCTION IDBCreateCommand_CreateCommand (_
  BYVAL pthis AS DWORD PTR _

, BYVAL pUnkOuter AS DWORD _

, BYREF riid AS GUID _

, BYREF ppCommand AS DWORD _

  ) AS LONG


  LOCAL HRESULT AS LONG
  CALL DWORD @@pthis[3] USING IDBCreateCommand_CreateCommand (pthis, pUnkOuter, riid, ppCommand) TO HRESULT
  FUNCTION = HRESULT

END FUNCTION

 

 

Page last updated on Saturday, 11 November 2006 06:12:02 +0100