<< Click to Display Table of Contents >>

Purpose

 

Prototype

METHOD Init(pIf,pGuid, bAddRef) CLASS AdoObject

 

Argument(s)

ptrIf        Interface Pointer, Vo2Ado 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 Vo2Ado Classes internally

 

 

See Also

AdoObject