Searches data file for specified key.
Syntax
intl DlFileSearch (DlFileId hFile, const char *key)
Arguments
hFile
Handle to data file object, as returned by DlFileOpen. Input
*key
Pointer to the string containing the specified key. Input
Return Value
TRUE if key is found, else FALSE.
Notes
DlFileSearch searches the data file for a specified key.
See Also
DlFileOpen