Changes between Version 1 and Version 2 of Ticket #76, comment 10


Ignore:
Timestamp:
Feb 2, 2020, 4:09:50 PM (5 years ago)
Author:
erdmann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #76, comment 10

    v1 v2  
    44You might even want to count the number of EAs that you can handle while in the summing up loop described above by always comparing against pFEAList->cbList on each loop iteration.
    55Once this is all done you can generate FEAlist and use KernCopyOut to copy your populated FEAList to the original address in user space. You can then even conveniently take the length value that you summed up in your GEA checking loop.
     6By the way: there is no need to copy anything from the FEAList. It is output only. You just need the pointer to this list to populate it.