IPhotoAcquireProgressCB::GetDeleteAfterAcquire method (photoacquire.h)
The GetDeleteAfterAcquire
method returns a value indicating whether photos should be deleted after acquisition.
Syntax
HRESULT GetDeleteAfterAcquire(
[out] BOOL *pfDeleteAfterAcquire
);
Parameters
[out] pfDeleteAfterAcquire
Pointer to a flag that, when set to TRUE, indicates that photos should be deleted after acquisition.
Return value
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 |
---|---|
|
The method succeeded. |
|
The method is not yet implemented |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | photoacquire.h |
Library | PhotoAcquireUID.lib |