Share via


IPhotoAcquireProgressCB::EndEnumeration 

Previous Next

IPhotoAcquireProgressCB::EndEnumeration

The EndEnumeration method provides extended functionality when enumeration of files from the image source is complete. The application provides the implementation of the EndEnumeration method.

Syntax

  HRESULT EndEnumeration(
  HRESULT  hr
);

Parameters

hr

[in] Specifies the result of the enumeration operation.

Return Values

The method returns an HRESULT. Your implementation is not limited to the following return values. Any failing HRESULT other than E_NOTIMPL is fatal and will cause the transfer to abort.

Return code Description
S_OK The method succeeded.
E_NOTIMPL The method is not yet implemented

Requirements

Header: Defined in PhotoAcquire.h

Library: Use PhotoAcquireUID.lib

See Also

Previous Next