Platform SDK: CDO for Windows 2000

V

vtable

(virtual function table) An ordered array containing pointers to virtual functions. Each object must also contain a pointer to its vtable; a pointer to this pointer is returned by QueryInterface. The first three methods in the vtable for any COM interface are QueryInterface, AddRef, and Release. For more information, see the "COM and ActiveX Object Services" section of the Microsoft® Platform SDK.