Home |
Media Transfer Protocol Class Driver Function USBMTPFindCloseFile Function USBMTPGetFileProperty Function USBMTPSetFileProperty |
Function USBMTPFindCloseFileUSBMTPFindCloseFile frees all resources associated with the search of a directory: int USBMTPFindCloseFile(USBMTPFindData * FindData); ParametersFindDataPointer to a variable of type USBMTPFindData which must have been initialized by function USBMTPFindFirstFile. return valueIf successful, a value >= RTU_SUCCESS is returned, otherwise, a negative error code. Functions Tree, Dir, and FindFile of demo program MTPDemo show how this function is used.
|