IRd3DToolbarParams Interface Reference
Inherits
IRsObject.
List of all members.
|
Public Member Functions |
| HRESULT | SetGuid ([in] GUID guid) |
| HRESULT | GetGuid ([out] GUID *pGuid) |
Detailed Description
IRd3DToolbarParams specifies 3D toolbar identification parameters.
Member Function Documentation
| HRESULT IRd3DToolbarParams::SetGuid |
( |
[in] GUID |
guid |
) |
|
Set GUID that identifies toolbar.
- Parameters:
-
| guid | [in] Guid to use for toolbar. |
- Returns:
- standard HRESULT processing can be applied to returned value.
| HRESULT IRd3DToolbarParams::GetGuid |
( |
[out] GUID * |
pGuid |
) |
|
Get GUID that identifies toolbar.
- Parameters:
-
| [out] | *pGuid | Toolbar Guid. |
- Returns:
- standard HRESULT processing can be applied to returned value.