IPortableDevicePropertiesBulk::Start method (portabledeviceapi.h)

The Start method starts a queued operation.

Syntax

HRESULT Start(
  [in] REFGUID pContext
);

Parameters

[in] pContext

A pointer to a GUID that identifies the operation to start. This value is generated by a Queue... method of this interface.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.
HRESULT_FROM_WIN32(ERROR_NOT_FOUND)
The GUID passed to pContext does not match a queued operation.

Requirements

Requirement Value
Target Platform Windows
Header portabledeviceapi.h
Library PortableDeviceGUIDs.lib

See also

IPortableDevicePropertiesBulk Interface

Retrieving Properties for Multiple Objects

Setting Properties for Multiple Objects