GUID_DEVINTERFACE_WPD_PRIVATE

The GUID_DEVINTERFACE_WPD_PRIVATE device interface class is defined for specialized Windows Portable Devices (WPD).

Attribute Setting

Identifier

GUID_DEVINTERFACE_WPD_PRIVATE

Class GUID

{BA0C718F-4DED-49B7-BDD3-FABE28661211}

Remarks

GUID_DEVINTERFACE_WPD_PRIVATE should be used only for private devices that are used by custom WPD applications. Generic WPD drivers and clients of WPD devices should not use instances of this device interface class.

Custom applications can enumerate private devices that register this interface by calling IPortableDeviceManager::GetPrivateDevices (documented in Windows SDK).

For information about the device interface class for generic WPD devices, see GUID_DEVINTERFACE_WPD.

Requirements

Version

Available in Windows Vista, Windows XP, and later versions of Windows.

Header

Portabledevice.h (include Portabledevice.h)

See also

GUID_DEVINTERFACE_WPD