The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IPortableDevicePropertiesBulk::Start method
The Start method starts a queued operation.
Syntax
HRESULT Start(
[in] 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 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. |
Examples
For an example of how to use this method, see Retrieving Properties for Multiple Objects.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
- IPortableDevicePropertiesBulk Interface
- Retrieving Properties for Multiple Objects
- Setting Properties for Multiple Objects
Community Additions
Show: