Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
Deprecated.
This method gets and sets the supported platform for the run-time image.
In Windows Embedded Compact 2013, 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 |