Share via


ICcServiceCategory::ServiceInfoContainer

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This method returns the service information container associated with a service category.

In Windows Embedded CE 6.0, CoreCon HLAPI has been deprecated.

Syntax

HRESULT get_ServiceCategoryContainer(
  ICcServiceCategoryContainer** out_ppiSCC
);

Parameters

  • out_ ppiSCC
    [out, retval] The associated service information container.

Return Value

The following table shows the values for this method.

Value Description

E_INVALIDARG

Indicates an invalid argument.

E_OUTOFMEMORY

Indicates the method is out of memory.

S_FALSE

Indicates that ICcServiceCategoryContainer was not found.

E_DATASTORE_RESOURCEERROR

Indicates the method could not access a local string.

Requirements

Header ccdatastore.h

See Also

Reference

Core Connectivity Interfaces