Public Member Functions | |
| HRESULT | Initialize ([in] RtUIControlDesc desc) |
| HRESULT | GetIID ([out, retval] IID *piid) |
| HRESULT | GetPackageCLSID ([out, retval] CLSID *ciid) |
| HRESULT | GetName ([out, retval] BSTR *bsName) |
| HRESULT | GetAxString ([out, retval] BSTR *bsAxString) |
| HRESULT | GetFlags ([out, retval] RtUIDescFlags *pFlags) |
| HRESULT | GetResId ([out, retval] RtUshort *pRes2D) |
| HRESULT IRsUIControlDesc::Initialize | ( | [in] RtUIControlDesc | desc | ) |
Initializes the UI control descriptor.
| desc | [in] Structure that contain UI control descriptor data. |
| HRESULT IRsUIControlDesc::GetIID | ( | [out, retval] IID * | piid | ) |
Gets the interface id (IID).
| HRESULT IRsUIControlDesc::GetPackageCLSID | ( | [out, retval] CLSID * | ciid | ) |
Gets package class id.
| HRESULT IRsUIControlDesc::GetName | ( | [out, retval] BSTR * | bsName | ) |
Gets the name of UI control.
| HRESULT IRsUIControlDesc::GetAxString | ( | [out, retval] BSTR * | bsAxString | ) |
Gets ActiveX name of the control.
| HRESULT IRsUIControlDesc::GetFlags | ( | [out, retval] RtUIDescFlags * | pFlags | ) |
Gets descriptor flags.
| HRESULT IRsUIControlDesc::GetResId | ( | [out, retval] RtUshort * | pRes2D | ) |
Gets bitmap of controls.
1.5.5