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

ADD
Show: