Properties | |
| RtDimension * | Dimension [get] |
| RtBool * | ExitControl [get] |
| BSTR * | ShortName [get] |
| HRESULT | CanSwitchToNow ([out, retval] RtBool *pVal) |
Public Member Functions | |
Methods | |
| HRESULT | AttachViewWindowHandle ([in] HWND hWnd) |
| HRESULT | Prepare (BSTR bsRootNodeName) |
| HRESULT | PostShowUpdate (void) |
| HRESULT | OnWndDestroy (void) |
| HRESULT | OnSetRoot (BSTR bsRootNodeName) |
| HRESULT | IsValidRoot (IRsNode *pRootNode) |
| HRESULT IRsViewNode::AttachViewWindowHandle | ( | [in] HWND | hWnd | ) |
This method attaches new created ActiveX control to the new created container window.
| hWnd | [In] Handle of Container window that will host the ActiveX control. |
Error code otherwise.
| HRESULT IRsViewNode::Prepare | ( | BSTR | bsRootNodeName | ) |
This method prepares node to work as viewer.
| bsRootNodeName | [In] Root node name for viewer. |
Error code otherwise.
| HRESULT IRsViewNode::PostShowUpdate | ( | void | ) |
This method updates node when it is first time showed.
Error code otherwise.
| HRESULT IRsViewNode::OnWndDestroy | ( | void | ) |
Notification that container window is about to be destroyed, all pointers to attached ActiveX control should be released here.
| HRESULT IRsViewNode::OnSetRoot | ( | BSTR | bsRootNodeName | ) |
Notification that new viewr root was set.
Error code otherwise.
| HRESULT IRsViewNode::IsValidRoot | ( | IRsNode * | pRootNode | ) |
Method to check if root is acceptable for view node.
S_FALSE when root is not acceptable.
Error code otherwise.
1.5.5