fpRefreshFilterKVOOP()

This function forces the out-of-process filtering server (kvoop.exe) to restart. This function is optional.

Syntax

KVErrorCode pascal fpRefreshFilterKVOOP(KVFilterSession session);

Arguments

session

A KeyView Filter session that you initialized by calling fpInit().

Returns

  • If the restart is successful, the return value is KVERR_Success.
  • If the restart is unsuccessful, the return value is an error code.