 |
CeFindFirstFile ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
This function searches a directory for a file whose name matches the specified filename. CeFindFirstFile examines subdirectory names as well as filenames. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HANDLE CeFindFirstFile(
LPCWSTR lpFileName,
LPCE_FIND_DATA lpFindFileData
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CeFindFirstFile IN rapi;
STRING lpFileName,;
STRING @ lpFindFileData
|
 |
 |
 |
| Parameters: |
 |
lpFileName
[in] Long pointer to a null-terminated string that specifies a valid directory or path and filename, which can contain wildcard characters (* and ?).
lpFindFileData
[out] Long pointer to the WIN32_FIND_DATA structure that receives information about the found file or subdirectory. |
 |
 |
| Return value: |
 |
| A search handle, used in a subsequent call to CeFindNextFile or CeFindClose, indicates success. INVALID_HANDLE_VALUE indicates failure. |
 |
 |
| My comment: |
 |
| See also CeCloseHandle, CeFindNextFile functions. |
 |
 |
| Word Index links for the CeFindFirstFile : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-08-11 22:45:09 | | Modified: | 2004-08-11 22:48:38 | Visited in last 7 days: 188 |