Findnextftpfile – Argox PT-9130 User Manual
Page 80

PT-90 Mobile Computer SDK Programming Manual 73
FindNextFTPFile
Get next file information from share folder in the connected device.
DWORD FindNextFTPFile
{
FTP_FILE *
File
}
Parameters
File
[out] The received file information, see
data structure.
Returned Values
If the action succeeds, the returned value is
. If the action fails, possible returned values are
Example
FTP_FILE File;
DWORD dwError = FindFirstFTPFile(_T(“\\”), &File);
If(dwErr == E_FUNC_SUCCEED){
Do{
…………
dwErr = FindNextFTPFile(&File);
}while(dwErr == E_FUNC_SUCCEED);
}
Requirements
OS Versions: Windows CE 6.0 or beyond.
Header: sysapiax.h
Link Library: sysapiax.lib
Link DLL: sysapiax.dll
Device: PT90