Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains information about a media sharing device.
Syntax
typedef struct DEVICE_INFO {
  BSTR pFriendlyDeviceName;
  BSTR pUniqueDeviceName;
  BSTR pManufacturerName;
  BSTR pModelName;
  BSTR pIconURL;
} DEVICE_INFO;
Members
pFriendlyDeviceName
The friendly name of the device.
pUniqueDeviceName
A string that uniquely identifies the device.
pManufacturerName
The manufacturer name.
pModelName
The model name.
pIconURL
The URL of an icon for the device.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] | 
| Minimum supported server | Windows Server 2012 [desktop apps only] | 
| Header | mfsharingengine.h |