ICcOSImage::SupportedPlatform (Windows Embedded CE 6.0)
1/5/2010
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 |
Windows | Windows 2000, Windows Server 2003, Windows Server 2003 Service Pack 1, Windows XP Home, Windows XP Pro |