Changes between Initial Version and Version 1 of Ticket #524, comment 1


Ignore:
Timestamp:
Feb 26, 2014, 10:13:40 PM (10 years ago)
Author:
John Small
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #524, comment 1

    initial v1  
    1 To make the function thread-safe, the function's signature will need to change. The function will:
     1To make the function thread-safe, the function's signature will need to change. The new function will:
    221) return the return code from !DosSearchPath (instead of returning a pointer to a static array as the current code does).
    332) require an additional parameter: a pointer to where the function should copy the full filename if the search was successful. Since many calls to the search*path functions do not use about the actual filename, this additional parameter can be set to NULL.