Public Member Functions | |
| HRESULT | SetMatchWeight ([in] RtFloat fProb) |
| HRESULT | SetInitialAspect ([in] BSTR bAspect) |
| HRESULT | SetParametersName ([in] BSTR bParameters) |
| HRESULT | GetMatchWeight ([out, retval] RtFloat *pfProb) |
| HRESULT | GetInitialAspect ([out, retval] BSTR *pbAspect) |
| HRESULT | GetParametersName ([out, retval] BSTR *pbParameters) |
| HRESULT IRdWidgetMatchParameters::SetMatchWeight | ( | [in] RtFloat | fProb | ) |
Set match weight for widget.
| fProb | [in] Set weight for widget. |
| HRESULT IRdWidgetMatchParameters::SetInitialAspect | ( | [in] BSTR | bAspect | ) |
Set initial aspect for widget.
| bAspect | [in] Aspect node name. |
| HRESULT IRdWidgetMatchParameters::SetParametersName | ( | [in] BSTR | bParameters | ) |
Set anchor node name.
| bParameters | [in] Anchor Node name. |
| HRESULT IRdWidgetMatchParameters::GetMatchWeight | ( | [out, retval] RtFloat * | pfProb | ) |
Return stored matching weight.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdWidgetMatchParameters::GetInitialAspect | ( | [out, retval] BSTR * | pbAspect | ) |
Return stored initial aspect name.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdWidgetMatchParameters::GetParametersName | ( | [out, retval] BSTR * | pbParameters | ) |
Return stored anchor node.
standard HRESULT processing can be applied to returned value.
1.5.5