L_InetHttpCloseRequest
#include "ltweb.h"
L_INT EXT_FUNCTION L_InetHttpCloseRequest(hHttp)
HINET hHttp; |
/* handle to an HTTP connection*/ |
Closes an HTTP request that was opened with L_InetHttpOpenRequest.
Parameter |
Description |
hHttp |
Handle to the HTTP connection on which to close the request. This 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
This function should be called after finishing a request.
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.