Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides extended functionality when a transfer session is completed. The application provides the implementation of the TransferComplete method.
Syntax
HRESULT TransferComplete(
[in] HRESULT hr
);
Parameters
[in] hr
Specifies the result of the transfer operation.
Return value
The method returns an HRESULT. Your implementation is not limited to the following return values.
| Return code | Description |
|---|---|
|
The method succeeded. |
|
The method is not implemented |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | photoacquire.h |
| Library | PhotoAcquireUID.lib |