Method | ||
---|---|---|
ASBool CosBooleanValue(CosObj obj)
Gets the value of the specified boolean object.
|
||
Creates a new boolean object associated with the specified document and having the specified value.
|
CosBooleanValue | () |
Product availability: All |
Platform availability: All |
Gets the value of the specified boolean object.
An exception is raised if obj
has the wrong Cos type.
Parameters
obj — |
The value of |
See Also
Since
File: CosProcs.h |
Line: 514 |
CosNewBoolean | () |
Product availability: All |
Platform availability: All |
Creates a new boolean object associated with the specified document and having the specified value.
Parameters
dP — | ||
indirect — | IN If |
|
value — |
A Cos boolean object. |
See Also
Since
File: CosProcs.h |
Line: 195 |