This function determines whether a file's format is supported by KeyView. The supported formats are listed in Supported Formats.
If KVERR_ General
is returned, you can retrieve the extended error code by using fpGetKvErrorCodeEx().
KVErrorCode pascal fpCanFilterFile( void *pContext, char *szFile );
pContext
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
szFile
|
The name of the input file to be filtered. |
KVERR_Success
.
|