Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next | 
IPortableDevicePropertiesBulk::Start
The Start method starts a queued operation.
Syntax
HRESULT Start( REFGUID pContext );
Parameters
pContext
[in] A pointer to a GUID that identifies the operation to start. This value is generated by a Queue... method of this interface.
Return Values
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
Header: Defined in PortableDeviceApi.h
Library: PortableDeviceGUIDs.lib
See Also
| Previous | Next |