Represents a parameter.
More...
|
HRESULT | GetBoolValue ([out, retval] VARIANT_BOOL *pValue) |
| Returns the parameter value as bool value.
|
|
HRESULT | GetDoubleValue ([out, retval] double *pValue) |
| Returns the parameter value as a double value.
|
|
HRESULT | GetIntValue ([out, retval] int *pValue) |
| Returns the parameter value as an integer value.
|
|
HRESULT | GetStringValue ([out, retval] BSTR *pValue) |
| Returns the parameter value as a string value.
|
|
HRESULT | SetBoolValue ([in] VARIANT_BOOL value) |
| Sets the parameter value.
|
|
HRESULT | SetDoubleValue ([in] double value) |
| Sets the parameter value.
|
|
HRESULT | SetIntValue ([in] int value) |
| Sets the parameter value.
|
|
HRESULT | SetStringValue ([in] BSTR value) |
| Sets the parameter value.
|
|
Represents a parameter.
This interface can be obtained through IParameterContainer.
◆ GetBoolValue()
HRESULT GetBoolValue |
( |
[out, retval] VARIANT_BOOL * | pValue | ) |
|
Returns the parameter value as bool value.
- Parameters
-
[out] | pValue | The parameter's value. |
◆ GetDoubleValue()
HRESULT GetDoubleValue |
( |
[out, retval] double * | pValue | ) |
|
Returns the parameter value as a double value.
- Parameters
-
[out] | pValue | The parameter's value. |
◆ GetIntValue()
HRESULT GetIntValue |
( |
[out, retval] int * | pValue | ) |
|
Returns the parameter value as an integer value.
- Parameters
-
[out] | pValue | The parameter's value. |
◆ GetStringValue()
HRESULT GetStringValue |
( |
[out, retval] BSTR * | pValue | ) |
|
Returns the parameter value as a string value.
- Parameters
-
[out] | pValue | The parameter's value. |
◆ Definition
The definition of the parameter.
- Returns
- The definition of the parameter.
◆ HasValue
Indicates if the parameter has a value.
- Returns
- TRUE if the parameter has a value; otherwise returns FALSE.
◆ Id
The unique identifier of the parameter.
- Returns
- The unique identifier of the parameter.
◆ IsReadOnly
Indicates if the parameter is read only.
- Returns
- TRUE if the parameter is read only; otherwise returns FALSE.
◆ ValueType
The value type of the parameter.
- Returns
- The value type of the parameter.