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.
Releases a transfer key obtained by CfGetTransferKey when it is no longer needed.
Syntax
VOID CfReleaseTransferKey(
[in] HANDLE FileHandle,
[in] CF_TRANSFER_KEY *TransferKey
);
Parameters
[in] FileHandle
The file handle of the placeholder.
[in] TransferKey
An opaque handle to the placeholder.
Return value
None
Remarks
CfReleaseTransferKey has no security requirement.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1709 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Target Platform | Windows |
| Header | cfapi.h |
| Library | CldApi.lib |
| DLL | CldApi.dll |