2.2.48 SCODE
The SCODE data type is a 32-bit status value that is used to describe an error or warning.
This type is declared as follows:
-
typedef LONG SCODE;
On 32-bit platforms, the SCODE data type is the same as the HRESULT data type. On 16-bit platforms, an SCODE value is used to generate an HRESULT value.
For more information, see [SCODE].