ICcBootStrap::GetDeviceInfo
Other versions of this page are also available for the following:
8/27/2008
This method queries a device for resource information and returns the information to the caller.
Syntax
HRESULT GetDeviceInfo(
DeviceInfo diRequested,
DWORD* pdwPropertyValue
);
Parameters
- diRequested
[in] Property name to retrieve. Must be a value from the ICcBootstrap::DeviceInfo enumeration.
- 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 |