The Everything_Exit function requests Everything to exit.
BOOL Everything_Exit(void);
No parameters.
The function returns non-zero if the exit request was successful.
The function returns 0 if the request failed. To get extended error information, call Everything_GetLastError
Error code | Meaning |
---|---|
EVERYTHING_ERROR_IPC | Please make sure the Everything search client is running in the background. |
Request Everything to save settings and data to disk and exit.
// request Everything to exit.
Everything_Exit();
Requires Everything 1.4.1 or later.