![]() |
FSSearchParams |
Header: Files.h |
Describes the search criteria for a catalog information search.
struct FSSearchParams { Duration searchTime; OptionBits searchBits; UniCharCount searchNameLength; const UniChar *searchName; FSCatalogInfo *searchInfo1; FSCatalogInfo *searchInfo2; }; typedef FSSearchParams FSSearchParamsPtr;
A Time Manager duration for the duration of the search.
Which fields to search on.
The length of the Unicode name to search on.
The Unicode name to use for the search.
A FSCatalogInfo structure which specifies the values and lower bounds of a search.
A FSCatalogInfo structure which specifies the masks and upper bounds of a search.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)