This document is archived and information here might be outdated. Recommended version. |
Set the parameter description.
[Visual Basic .NET]
Public Sub SetParameterDescription ( _
ByVal Name As String, _
ByVal desc As String _
)
[C#]
public void SetParameterDescription (
string Name,
string desc
);
[C++]
HRESULT SetParameterDescription(
BSTR Name,
BSTR desc
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR desc [in]
desc is a parameter of type BSTR