Method SetParameterDescription
SetParameterDescription(int, object)
Sets the description of the specified parameter.
int SetParameterDescription(int iID, object value)
Parameters
Returns
- int
HRESULT value. A value of 0 (S_OK) indicates the set succeeded.
Examples
int result = protocol.SetParameterDescription(100, "My Description");
Remarks
- This is a wrapper method for the NotifyProtocol type 131 NT_SET_DESCRIPTION call.