Public Member Functions | |
| DECLARE_CLASS_SIID (IID_ICtrl) long AddRef() PURE | |
| 增加引用计数 | |
| long | Release () PURE |
| 减少引用计数 | |
| void | OnFinalRelease () PURE |
| 释放对象 | |
| IWindow * | ToIWindow () PURE |
| 转换为IWindow*接口 | |
Public Member Functions inherited from IObjRef | |
| long | AddRef () PURE |
| Increases the reference count. | |
| long | Release () PURE |
| Decreases the reference count. | |
| void | OnFinalRelease () PURE |
| Called when the reference count reaches zero and the object is about to be released. | |
| ICtrl::DECLARE_CLASS_SIID | ( | IID_ICtrl | ) |
增加引用计数
| void ICtrl::OnFinalRelease | ( | ) |
释放对象
| long ICtrl::Release | ( | ) |
减少引用计数
| IWindow * ICtrl::ToIWindow | ( | ) |
转换为IWindow*接口