次の方法で共有


ICcDevice::GetOSImage (Compact 2013)

3/26/2014

Deprecated.

This method retrieves the ICcOSImage object associated with a device.

In Windows Embedded Compact 2013, CoreCon HLAPI has been deprecated.

Syntax

HRESULT GetOSImage(
  HRESULT GetOSImage
);

Parameters

  • GetOSImage
    Associated run-time image ICcOSImage.

Return Value

The following table shows return values for this method.

Value

Description

S_OK

Indicates success.

E_INVALIDARG

Indicates the parameter was NULL.

E_FAIL

Indicates a generic error.

S_FALSE

Indicates no associated run-time image was found.

Requirements

Header

ccdatastore.h

See Also

Reference

ICcDevice
Core Connectivity Interfaces