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
);
Parameter descriptions
boolean

The CFBoolean object whose value you wish to obtain.

function result

The value of the specified CFBoolean object.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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