L_InetShutDown
#include "l_bitmap.h"
#include "ltnet.h"
L_INT EXT_FUNCTION L_InetShutDown(L_VOID)
Shuts down the LEADTOOLS Internet DLL.
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Comments
This function shuts down the LEADTOOLS Internet DLL. This must be the last function that is called to free up any memory that is associated with the Internet DLL. No other Internet function can be used after L_InetShutDown is called. If you wish to use other functions after calling this function, L_InetStartUp must be called again.
You must initialize the LEADTOOLS Internet DLL using L_InetStartUp before calling this function.
Required DLLs and Libraries
LTNET 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_InetStartUp.