#include <nnsys/mcs.h>
u32 NNS_McsFindNextFile( NNSMcsFile* pFile, NNSMcsFileFindData* pFindData);
| pFile | Pointer to the file information structure |
| pFindData | Pointer to the structure storing the information relating to the found file |
0 if the file search succeeded. A non-zero value otherwise. The return value is one of the following:
Continues to search the PC for files that match the pattern specified by the NNS_McsFindFirstFile function.
The return value takes one of the following values.
NNS_MCS_FILEIO_ERROR_SUCCESS (0) |
The function was successful. |
| NNS_MCS_FILEIO_ERROR_COMERROR | A communications error occurred. |
| NNS_MCS_FILEIO_ERROR_NOTCONNECT | Not connected to the mcs server. |
| NNS_MCS_FILEIO_ERROR_SERVERERROR | A error has occurred due to a file operation on the mcs server side. The error code is a Win32 system error code that can be obtained using the NNS_McsGetServerErrorCode function. |
| NNS_MCS_FILEIO_ERROR_NOMOREFILES | File that matches the pattern cannot be found. |
NNS_McsFindFirstFile, NNS_McsCloseFind
01/24/2005 Added the description regarding the error code.
10/19/2004 Corrected the link to NNS_McsCloseFind
07/01/2004 Initial version.
CONFIDENTIAL