Share via


ICcDevice::SetOSImage

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This method sets the run-time image associated with a device.

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

Syntax

HRESULT SetOSImage(
  BSTR in_bstrOSImage
);

Parameters

  • in_bstrOSImage
    [in] Run-time image.

Return Value

The following table shows return values for this method.

Value Description

S_OK

Indicates success.

E_INVALIDARG

Indicates an invalid run-time image.

E_FAIL

Indicates a generic error.

Requirements

Header ccdatastore.h

See Also

Reference

Core Connectivity Interfaces