Share via


ICcBootStrap::GetDeviceInfo (Windows CE 5.0)

Send Feedback

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

HRESULT GetDeviceInfo(  DeviceInfodiRequested,  DWORD*pdwPropertyValue);

Parameters

  • diRequested
    [in] Property name to retrieve. Must be a value from the DeviceInfo enumeration.
  • pdwPropertyValue
    [out, retval] Property value.

Return Values

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 CeGetVersionEx and CeGetSystemInfo.

Requirements

OS Version: Windows CE 5.0 and later.
Header: CcBootstrap.idl.
Link Library: none.

See Also

Core Connectivity Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.