Share via


ICcOSImage::SupportedPlatform

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This method gets and sets the supported platform for the run-time image.

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

Syntax

HRESULT get_SupportedPlatform(
  [out, retval] BSTR* out_pbstrSupportedPlatform
);

HRESULT put_SupportedPlatform(
  [in] BSTR in_bstrSupportedPlatform
);

Parameters

  • out_ pbstrSupportedPlatform, in_ bstrSupportedPlatform
    Platform to be supported.

Return Value

The following table shows the return values for this method.

Value Parameter

E_OUTOFMEMORY

Indicates the method could not allocate the bstr parameter bstrSupportedPlatform.

E_INVALIDARG

Indicates an invalid argument.

E_DATASTORE_PROTECTED

Indicates the method could not overwrite protected property.

E_DATASTORE_XMLTEXT

Indicates an input parameter, not XML text.

Requirements

Header ccdatastore.h

See Also

Reference

Core Connectivity Interfaces