AdoObject:.ctor()

<< Click to Display Table of Contents >>

Navigation:  Support Classes > AdoObject Class >

AdoObject:.ctor()

Previous pageReturn to chapter overviewNext page

Purpose

 

Prototype

CONSTRUCTOR(pIf,pGuid, bAddRef) 

 

Argument(s)

ptrIf        Interface Pointer, Xs2Ado Object, IUnknown object, OleAutoObject or VoCom Idispatch_ object.  

pGuid        Pointer to a Guid structure that contains the ID if the interface that needs to be created. The Init() method will automatically call QUeryInterface for this Interface.

bAddRef        (Optional) Is it necessary to increment the usage count by calling AddRef

 

 

Note

 

You should never call this method yourself. It is called by the Xs2Ado Classes internally

 

 

See Also

AdoObject