|
INT TecUnzipper_FindFileByExtW |
( |
HTUNZIPPER |
htUnzipper, |
|
|
LPCWSTR |
pszExtension, |
|
|
INT |
nStartIndex, |
|
|
BOOL |
bCaseInsensitiveSearch | |
|
) |
| | |
Finds the first file in the set of extracted files that matches the specified file extension.
- See also:
- TecUnzipper_GetFile
TecUnzipper_Extract
- Returns:
- - The index of the first found file or -1 if no file was found (see TecUnzipper_GetFile).
- Parameters:
-
[in] | htUnzipper | TECUnzipper-handle - see TecUnzipper_Alloc. |
[in] | pszExtension | Search file with this file extension only (the file extension must be specified without a dot at the beginning - e.g. tff) |
[in] | nStartIndex | Start index to start the search with (-1 for start at the beginning) |
[in] | bCaseInsensitiveSearch | TRUE if the case should be case insensitive |
|