fpSetReplacementChar()

This function specifies a replacement character to use when a character cannot be mapped. This function is optional.

Syntax

BOOL pascal fpSetReplacementChar( KVFilterSession session, char c );

Arguments

session

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

c

The replacement character to use when a character cannot be mapped. If you do not call this function, the default character is used.

The default is a question mark ("?").

Returns

  • If the call is successful, the return value is TRUE.
  • If the call is unsuccessful, the return value is FALSE.