Ftp_file structure, Ftp_file – Argox PT-9130 User Manual

Page 148

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 141

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

Advertising