Class Methods
Method | Description |
CComObject | Constructor. |
CreateInstance | Creates an instance of a CComObject. |
IUnknown Methods
Method | Description |
AddRef | Increments the reference count. |
QueryInterface | Retrieves a pointer to the requested interface. |
Release | Decrements the reference count. |
See Also