Share via


ICcServiceCategory::ServiceInfoContainer (Compact 2013)

3/26/2014

Deprecated.

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

In Windows Embedded Compact 2013, 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

ICcServiceCategory
Core Connectivity Interfaces