Carbon


KCSearchRef

Header: Keychain.h

Represents a reference to the current search criteria.

typedef struct OpaqueKCSearchRef* KCSearchRef;

The KCSearchRef type represents a reference to an opaque structure that identifies the current search criteria. The function KCFindFirstItem passes back a reference of this type in the search parameter for subsequent calls to the function KCFindNextItem. You must release this reference when you are finished with a search by calling the function KCReleaseSearch.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)