Windows apps
Collapse the table of content
Expand the table of content
Information
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 codeDescription
S_OK

The method succeeded.

HRESULT_FROM_WIN32(ERROR_NOT_FOUND)

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

PortableDeviceApi.h

Library

PortableDeviceGUIDs.lib

See also

IPortableDevicePropertiesBulk Interface
Retrieving Properties for Multiple Objects
Setting Properties for Multiple Objects

 

 

Community Additions

Show:
© 2017 Microsoft