IShellUIHelper3::AddService Method
User initiated action to add a service.
Syntax
HRESULT AddService( BSTR URL );
Parameters
- URL
[in] Specifies the URL for an XML Activity. This URL has to be a navigable HTTP or HTTPS URL.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Installs an xml activity with the specified XML URL.
See Also