WPD_COMMAND_MTP_EXT_GET_VENDOR_EXTENSION_DESCRIPTION Command

The WPD_COMMAND_MTP_EXT_GET_VENDOR_EXTENSION_DESCRIPTION command retrieves the vendor-extension description string. This string is defined by a DeviceInfo dataset.

Command category

WPD_CATEGORY_MTP_EXT_VENDOR_OPERATIONS

Parameters

This command has no parameters.

Return Value

The driver returns the following results.

Result VarType Description
WPD_PROPERTY_MTP_EXT_VENDOR_EXTENSION_DESCRIPTION VT_LPWSTR Required. Specifies the vendor-extension description string.

Calling Methods

Can only be called directly by using IPortableDevice::SendCommand.

Requirements

Requirement Value
Header
WpdMtpExtensions.h

See also

Supporting MTP Extensions