An application can search for file objects that have specific extended attribute
names by calling DosFindFirst twice.
The steps involved are:
- Call DosFindFirst
for FileInfoLevel = 2, to get the length of the buffer required to hold
the EAOP2 data associated with a matching
file object.
- Call DosFindFirst
for FileInfoLevel = 3, to get the EAOP2
data associated with the matching file object.
[Back]
[Next]