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