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