Share via


ICcDevice::GetOSImage

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This method retrieves the ICcOSImage object associated with a device.

In Windows Embedded CE 6.0, 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

Core Connectivity Interfaces