Changes between Initial Version and Version 1 of Ticket #76, comment 8
- Timestamp:
- Feb 2, 2020, 3:36:13 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #76, comment 8
initial v1 1 1 about "FillFindBuf": I think the "skip" flag needs to be looked at. I doubt that it is necessary. 2 The rule is simple: if flags == FF_GETPOS then you always need to prepend the "position" field to the filefind structure ( to EACH filefine structure you return). This is true for all info levels.2 The rule is simple: if flags == FF_GETPOS then you always need to prepend the "position" field to the filefind structure (I think to EACH filefine structure you return but maybe only prepending the first filefind structure, I am not sure). This is true for all info levels. 3 3 If you don't actually care about this value on a subsequent F32_FINDNEXT or F32_FINDFROMNAME, you can enter any value for "position" that you want, in that case I propose that you just enter 0UL.