Carbon


CFBooleanGetValue

Header: CFNumber.h Carbon status: Supported

Obtains the value of the specified CFBoolean object as as the standard C type Boolean.

Boolean CFBooleanGetValue (
    CFBooleanRef boolean
);
boolean

The CFBoolean object whose value you wish to obtain.

function result

The value of the specified CFBoolean object.0

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when CoreFoundationLib 1.0 or later is installed. Exported by CarbonLib 1.0 and later and by CoreFoundationLib 1.0 and later.


© 2000 Apple Computer, Inc. — (Last Updated 3/8/2000)