Partager via


ICcOSImage::SupportedPlatform (Windows CE 5.0)

Send Feedback

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

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

Parameters

  • out_pbstrSupportedPlatform, in_bstrSupportedPlatform
    Platform to be supported.

Return Values

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

OS Version: Windows 2000, Windows XP Home, Windows XP Pro, Windows Server 2003, and Windows Server 2003 Service Pack 1.
Header: CcDatastore.h.
Link Library: none.

See Also

Core Connectivity Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.