WFS_EndClient

Syntax

#include <nitro/wfs.h>

void WFS_EndClient(WFSClientContext *context);

Arguments

context Pointer to the WFSClientContext structure to be deallocated.

Return Values

None.

Description

Frees the WFS child (client) context structure initialized by the WFS_InitClient function. If there is memory allocated dynamically within the WFS library, it is automatically deallocated by this function call.
This function has absolutely no impact on the status of the OS or wireless communications because it only deallocates the contents of the WFSClientContext structure.

Note

See Also

WFS_InitClient

Revision History

2007/09/27 Added cautions for children/clients related to completion processing.
2007/06/06 Initial version.


CONFIDENTIAL