Contents Index Topic Contents | ||
Previous Topic: InternetTimeToSystemTime Next Topic: InternetWriteFile |
InternetUnlockRequestFile
BOOL InternetUnlockRequestFile ( IN HANDLE hLockHandle );Unlocks a file that was locked using InternetLockRequestFile.
- Returns TRUE if successful, or FALSE otherwise. To get a specific error message, use GetLastError.
- hLockHandle
- Lock request handle that was returned by InternetLockRequestFile.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.