次の方法で共有


ICcDevice::SetOSImage (Compact 2013)

3/26/2014

Deprecated.

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

In Windows Embedded Compact 2013, 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

ICcDevice
Core Connectivity Interfaces