Skip to content

Latest commit

 

History

History
95 lines (75 loc) · 2.61 KB

ns-wsdtypes-wsd_this_device_metadata.md

File metadata and controls

95 lines (75 loc) · 2.61 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wsdtypes._WSD_THIS_DEVICE_METADATA
WSD_THIS_DEVICE_METADATA (wsdtypes.h)
Specifies metadata that is unique to a specific device.
WSD_THIS_DEVICE_METADATA
WSD_THIS_DEVICE_METADATA structure
ncd.wsd_this_device_metadata_struct
wsdtypes/WSD_THIS_DEVICE_METADATA
ncd\wsd_this_device_metadata_struct.htm
ncd
7b9d063f-f0d5-4333-a5d8-e9a6d2d9af88
12/05/2018
WSD_THIS_DEVICE_METADATA, WSD_THIS_DEVICE_METADATA structure, ncd.wsd_this_device_metadata_struct, wsdtypes/WSD_THIS_DEVICE_METADATA
wsdtypes.h
Wsdapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
WSD_THIS_DEVICE_METADATA
19H1
_WSD_THIS_DEVICE_METADATA
wsdtypes/_WSD_THIS_DEVICE_METADATA
WSD_THIS_DEVICE_METADATA
wsdtypes/WSD_THIS_DEVICE_METADATA
c++
APIRef
kbSyntax
HeaderDef
WsdTypes.h
WSD_THIS_DEVICE_METADATA

WSD_THIS_DEVICE_METADATA structure

-description

Specifies metadata that is unique to a specific device.

-struct-fields

-field FriendlyName

Reference to a WSD_LOCALIZED_STRING_LIST structure that contains the list of localized friendly names for the device. It should be set to fewer than 256 characters.

-field FirmwareVersion

The firmware version of the device. It should be set to fewer than 256 characters.

-field SerialNumber

The serial number of the device. It should be set to fewer than 256 characters.

-field Any

Reference to a WSDXML_ELEMENT structure that provides an extensible space for devices to add custom metadata to the device specific section. For example, you can use this to add a user-defined name for the device.

-remarks

ThisDevice metadata follows this form:

<wsd:ThisDevice>
    <wsd:FriendlyName>
        A. Datum WebWeigh Scale
    </wsd:FriendlyName>
    <wsd:FirmwareVersion>
        2.53c
    </wsd:FirmwareVersion>
    <wsd:SerialNumber>
        923450982349058
    </wsd:SerialNumber>
 </wsd:ThisDevice>