Share via


ICcBootStrap::GetDeviceInfo (Windows Embedded CE 6.0)

1/5/2010

This method queries a device for resource information and returns the information to the caller.

Syntax

HRESULT GetDeviceInfo(
  DeviceInfo diRequested,
  DWORD* pdwPropertyValue
);

Parameters

  • pdwPropertyValue
    [out, retval] Property value.

Return Value

The following table shows return values for this method.

Value Description

S_OK

Indicates success.

E_INVALIDARG

Indicates the property is not supported by this service.

E_FAIL

Indicates any other failure.

Remarks

The property names supported depend on the bootstrap server used. In general, all bootstrap servers support properties that are returned from standard methods such as GetVersionEx and GetSystemInfo.

Requirements

Header ccbootstrap.idl
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

ICcBootstrap
Core Connectivity Interfaces