IPortableDevicePropertiesBulkCallback::OnEnd
Previous | Next |
IPortableDevicePropertiesBulkCallback::OnEnd
The OnEnd method is called by the SDK when a bulk operation that is started by IPortableDevicePropertiesBulk::Start is completed.
Syntax
HRESULT OnEnd( REFGUID pContext, 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 Values
The method's return value is ignored.
Requirements
Header: Defined in PortableDeviceApi.h
Library: PortableDeviceGUIDs.lib
See Also
Previous | Next |