CFNotFound

Header: CFBase.h

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

enum CFNotFound {
    kCFNotFound = -1
};

Constant descriptions

kCFNotFound

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


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