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.

IPortableDevicePropertiesBulkCallback::OnEnd method

The OnEnd method is called by the SDK when a bulk operation that is started by IPortableDevicePropertiesBulk::Start is completed.

Syntax


HRESULT OnEnd(
  [in]  REFGUID pContext,
  [out] HRESULT hrStatus
);

Parameters

pContext [in]

Pointer to a GUID that identifies which operation has finished. This value is produced by a Queue... method of the IPortableDevicePropertiesBulk interface.

hrStatus [out]

Contains any errors returned by the driver after the bulk operation has completed.

Return value

The method's return value is ignored.

Requirements

Header

PortableDeviceApi.h

Library

PortableDeviceGUIDs.lib

See also

IPortableDevicePropertiesBulkCallback Interface

 

 

Community Additions

Show:
© 2017 Microsoft