template < class ctype >
bool SetParam( ULONG nParam, ctype* pData ) const;
template < class ctype >
bool SetParam( TCHAR* pParamName, ctype* pData ) const;
Return Value
Returns true if success. Otherwise, it returns false.
Template Arguments
ctype
The data type.
Parameters
nParam
[in] The parameter number.
pParamName
[in] The parameter name.
pData
[in] The pointer to the memory containing the data to be written to the buffer.
Remarks
Sets the parameter buffer using the specified data.