Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetServiceList method provides a list of services that are registered with the server and are not excluded by the exclusion list. This list of services is expected to be used for defining process matching criteria (PMC).
-
[id(7), helpstring("method GetServiceList")] HRESULT GetServiceList( [out] BSTR* pbstrServiceList );
pbstrServiceList: A pointer to a string that returns a list of services, in the form of a ServiceList element (section 2.2.5.28). For an example, see section 4.2.23.
Return Values: This method returns 0x00000000 for success or a negative HRESULT value (in the following table or in [MS-ERREF] section 2.1.1) if an error occurs.
-
Return value/code
Description
0x00000000
S_OK
Operation successful.
Additional IResourceManager interface methods are specified in section 3.2.4.1.