L_InetHttpDisconnect
#include "ltweb.h"
L_LTWEB_API L_INT L_InetHttpDisconnect(hHttp)
HINET hHttp |
/* handle to an http connection */ |
Disconnects the specified HTTP connection.
Parameter |
Description |
hHttp |
Handle to the HTTP connection to disconnect. It is the same handle obtained using the L_InetHttpConnect function. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Comments
Use this function to terminate a connection with an Internet server
Required DLLs and Libraries
LTWEB For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
See Also
Functions: |
|
Topics: |
|
|
Example
For an example, refer to L_InetHttpConnect.