Changes between Version 7 and Version 8 of Ticket #76, comment 10


Ignore:
Timestamp:
Feb 2, 2020, 3:36:36 PM (4 years ago)
Author:
erdmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #76, comment 10

    v7 v8  
    77Another by the way: you already have the summing up loop in your code. The result that is interesting to you is ulFeaSize. And only if you do NOT return with ERROR_EAS_DIDNT_FIT will you allocate the FEAList buffer of this length and use it.
    88
    9 You are also incorrectly returning when ERROR_EAS_DIDN_FIT. Since cbList is "very big" you need to do a special KernCopyOut:
     9You are also incorrectly returning when ERROR_EAS_DIDNT_FIT. Since cbList is "very big" you need to do a special KernCopyOut:
    1010
    1111{{{