USB HOST DRIVER V03 Freescale Semiconductor / Motorola, USB HOST DRIVER V03 Datasheet - Page 154

no-image

USB HOST DRIVER V03

Manufacturer Part Number
USB HOST DRIVER V03
Description
USB Host Driver v03
Manufacturer
Freescale Semiconductor / Motorola
Datasheet
10.2.1.7.
Definition:
BOOL
Uftp_ReadDir(
Parameters:
hUftp
rgFileNames
dwFilesCount
Returns:
TRUE if operation completes successfully. FALSE if any error occurred. To get extended
error information the Client should call the
Comments
This function requests an information directory for the Device. The function allocates an
array of strings
dwFilesCount
dwFilesCount
requests will appear on the bus:
several applications can request the get file operation.
M
The function locks the Device for the following request while transmitting the file, thus
);
HUFTP hUftp,
TCHAR **rgFileNames[],
DWORD *dwFilesCount
UFTP_GET_DIR
itself, when the file list array is no longer required. The following UFTP
valid entries. The caller should free each file name, and then free
rgFileNames
Uftp_ReadDir
PRELIMINARY—SUBJECT TO CHANGE WITHOUT NOTICE
Appendix 4:USB FILE TRANSFER LIBRARY.
– handle to UFTP object obtained from
– array with string, that contain file names.
– points to the buffer to return total file count on Device.
and puts the file name into this array. The array contains
Uftp_GetLastError
Uftp_Connect
Win32 API function.
routine.
10-9

Related parts for USB HOST DRIVER V03