IRsEnumToolManagers Interface Reference
Inherits IUnknown.
List of all members.
Detailed Description
Tool managers enumeration helper.
Member Function Documentation
| HRESULT IRsEnumToolManagers::GetCount |
( |
RtUlong * |
pCount |
) |
|
Get count of tool managers in this enum.
| HRESULT IRsEnumToolManagers::GetViewNode |
( |
RtUlong |
uIndex, |
|
|
IRsNode ** |
pViewNode | |
|
) |
| | |
Get view node for specified index.
- Parameters:
-
| uIndex | Index. |
| pViewNode | View node. |
| HRESULT IRsEnumToolManagers::GetToolManager |
( |
RtUlong |
uIndex, |
|
|
IRsToolManager ** |
pToolMgr | |
|
) |
| | |
Get tool manager for specified index.
- Parameters:
-
| uIndex | Index. |
| ppToolMgr | Tool manager. |