Partager via


IPMServiceCategory::GetServiceInfo (Windows CE 5.0)

Send Feedback

This method obtains a service information object for a specified bstrServiceIdOrName element.

HRESULT GetServiceInfo(BSTR bstrServiceIdOrName,IPMServiceInfo** ppiServiceInfo);

Parameters

  • bstrServiceIdOrName
    [in] GUID or name of the service information object to be retrieved.
  • ppiServiceInfo
    [out] Pointer to a pointer to the IPMServiceInfo interface.

Return Values

Returns S_OK if the call was successfully completed. If a failure occurs, the appropriate HRESULT value is returned.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Servicecategory.h, Cemgr.idl.

See Also

IPMServiceInfo

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.