<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > INet > INET_Internet_CloseHandle |
Description
Closes a single Internet handle.
Syntax
n = INET_Internet_CloseHandle(hInternet)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
hInternet |
Number |
No |
Handle to be closed. It is the handle returned by INET_Internet_Open or INET_Internet_OpenUrl functions. |
Remarks
Restrictions
See also
Examples