Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Unlocks a file that was locked using InternetLockRequestFile.
Syntax
BOOL InternetUnlockRequestFile( IN HANDLE hLockHandle );
Parameters
- hLockHandle
- Lock request handle that was returned by InternetLockRequestFile.
Return Value
Returns TRUE if successful, or FALSE otherwise. To get a specific error message, call GetLastError.
Function Information
Windows NT Use version 4.0 and later. Implemented only as an ANSI function. Windows Use Windows 95 and later. Implemented only as an ANSI function. Header Wininet.h Import library Wininet.lib Minimum availability Internet Explorer 3.0
See Also
Microsoft Win32 Internet Functions Overview, Common Functions, Microsoft Win32 Internet Functions Reference, General Win32 Internet Functions
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.