#include <revolution/nhttp/NHTTPStartup.h>
void NHTTPCleanupAsync( NHTTPCleanupCallback callback );
callback |
Pointer to the NHTTPCleanupCallback type callback function called at the completion of the NHTTP library release operation. |
None.
Requests shutdown of the NHTTP library that was started by the NHTTPStartup function.
After this call is made, the processes for shutting down threads used for internal processing and deallocating dynamically allocated memory are run inside the library. Once all shutdown processes have completed, notification of completion is issued to applications using a NHTTPCleanupCallback.
2008/02/01 Initial version.
CONFIDENTIAL