Value Not FoundHeader: CFBase.h

This constant is returned when a Core Foundation function cannot locate a requested value.

enum {
    kCFNotFound = -1
};

Constant descriptions

kCFNotFound

A constant that indicates that a search operation did not succeed in locating the target value.


© 1999 Apple Computer, Inc. — (Last Updated 9/15/99)