PT-9230 Mobile Computer SDK Programming Manual 74
FTP_FILE Structure
This setting file contains information used by FindFirstFTPFile, FindNextFTPFile .
Struct FTP_FILE
{
int nFileType;
WCHAR strPath[260];
WCHAR strFile[260];
DWORD dwFileSize;
}
Members
nFileType
File object profile type. 0 File, 1 Folder
strPath
The file path
strFile
The file name; It will be null if the object is a folder
dwFileSize
The file size , in bytes; It will be 0 if the object is a folder.
Structure Information
Header: sysapiax.h
Device: PT90