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 |
---|---|
|
The method succeeded. |
|
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