次の方法で共有


ICcBootStrap::GetDeviceInfo (Compact 2013)

3/26/2014

Deprecated.

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

See Also

Reference

ICcBootstrap
Core Connectivity Interfaces