IsServiceInstalled method
Check if a service is already installed.
![]() |
Syntax
HRESULT retVal = object.IsServiceInstalled(URL, Verb, pdwResult);
Parameters
- URL [in]
-
Type: BSTR
The homepage of the activity that you want to query for.
- Verb [in]
-
Type: BSTR
The type of action that this activity performs. Case-insensitive.
- pdwResult [out, retval]
-
C++ A Pointer that returns one of the following values: JScript One of the following values:
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
See also
Show:
