Everything_CleanUp

The Everything_CleanUp function resets the result list and search state, freeing any allocated memory by the library.

Syntax

void Everything_CleanUp(void);

Parameters

This function has no parameters.

Return Value

This function has no return value.

Remarks

You should call Everything_CleanUp to free any memory allocated by the Everything SDK.

Calling frees the old search and allocates the new search string.

Calling frees the old result list and allocates the new result list.

Example

Everything_CleanUp();

See Also