Ns_FreeRequest
Overview
Free memory used by an Ns_Request
Syntax
void Ns_FreeRequest(
Ns_Request *request
);
Description
The Ns_FreeRequest function frees the members of the Ns_Request and then frees the Ns_Request structure itself. The request is no longer valid and must not be used after a call to Ns_FreeRequest.
Top of Page
Copyright © 1996 America Online, Inc.