IPortableDevicePropertiesBulkCallback::OnEnd method (portabledeviceapi.h)

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

[in] pContext

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

[out] hrStatus

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

Return value

The method's return value is ignored.

Requirements

Requirement Value
Target Platform Windows
Header portabledeviceapi.h
Library PortableDeviceGUIDs.lib

See also

IPortableDevicePropertiesBulkCallback Interface