![]() |
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 );
The CFBoolean object whose value you wish to obtain.
The value of the specified CFBoolean object.0
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.