This function unlocks a file that was locked using InternetLockRequestFile.
At a Glance
| Header file: | Wininet.h | 
| Windows CE versions: | 2.12 and later | 
Syntax
BOOL InternetUnlockRequestFile (HANDLE hLockRequestInfo);
Parameters
hLockRequestInfo
[in] Lock request handle that was returned by InternetLockRequestFile.
Return Values
Returns TRUE if successful, or FALSE otherwise.
See Also