Share via


IPhotoAcquireProgressCB::DirectoryCreated 

Previous Next

IPhotoAcquireProgressCB::DirectoryCreated

The DirectoryCreated method provides extended functionality when a destination directory is created during the acquisition process. The application provides the implementation of the DirectoryCreated method.

Syntax

  HRESULT DirectoryCreated(
  LPCWSTR  pszDirectory
);

Parameters

pszDirectory

[in] Pointer to a null-terminated string containing the directory.

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