Share via


IPhotoAcquireProgressCB::StartEnumeration 

Previous Next

IPhotoAcquireProgressCB::StartEnumeration

The StartEnumeration method provides extended functionality when the enumeration of items to acquire begins.

The application provides the implementation of the StartEnumeration method.

Syntax

  HRESULT StartEnumeration(
  IPhotoAcquireSource*  pPhotoAcquireSource
);

Parameters

pPhotoAcquireSource

[in] Pointer to the IPhotoAcquireSource object that items are being enumerated from.

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 implemented.

Requirements

Header: Defined in PhotoAcquire.h

Library: Use PhotoAcquireUID.lib

See Also

Previous Next