편집

다음을 통해 공유


WPD_COMMAND_MTP_EXT_GET_SUPPORTED_VENDOR_OPCODES Command

The WPD_COMMAND_MTP_EXT_GET_SUPPORTED_VENDOR_OPCODES command sends an MTP command block. There is no subsequent data phase associated with this command.

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_OPERATION_CODES VT_UI4 Required. An IPortableDevicePropVariantCollection that contains all vendor-extended operation codes.

Calling Methods

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

Requirements

Requirement Value
Header
WpdMtpExtensions.h

See also

Supporting MTP Extensions