:: com :: sun :: star :: bridge :: oleautomation ::
|
|
|
- Usage Restrictions
- not published
- Description
is the UNO representation of the Automation type SCODE.
A SCODE is used to express errors in Automation.
In UNO it could be represented by a long and therefore a typedef
from long to a particular error type would do. But a typedef
cannot be expressed in all language bindings. In the case where no typedefs
are supported the actual type is used. That is, a typedef'd error type would
be represented as int in Java. The information that the
int is an error type is lost.
When calling Automation objects from UNO the distinction between error type
and long is important. Therefore the ::Scode is
declared as struct.
- Since
- OpenOffice 1.1.2
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.