Carbon


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;

Field descriptions

searchTime

A Time Manager duration for the duration of the search.

searchBits

Which fields to search on.

searchNameLength

The length of the Unicode name to search on.

searchName

The Unicode name to use for the search.

searchInfo1

A FSCatalogInfo structure which specifies the values and lower bounds of a search.

searchInfo2

A FSCatalogInfo structure which specifies the masks and upper bounds of a search.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)