NHTTPCleanupAsync

Syntax


#include <revolution/nhttp/NHTTPStartup.h>

void NHTTPCleanupAsync( NHTTPCleanupCallback callback );

Arguments

callback Pointer to the NHTTPCleanupCallback type callback function called at the completion of the NHTTP library release operation.

Return Values

None.

Description

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.

See Also

NHTTPStartup

Revision History

2008/02/01 Initial version.


CONFIDENTIAL