:: com :: sun :: star :: bridge :: oleautomation ::

unpublished struct SCode
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
OOo 1.1.2

Elements' Summary
Value  
Elements' Details
Value
long Value;
Top of Page