FACILITY_WIN32 top-level constant

  1. @Deprecated('Use FACILITY_CODE.FACILITY_WIN32 instead')
int const FACILITY_WIN32

Used to provide a means of handling error codes from functions in the Windows API as an HRESULT. Error codes in 16-bit OLE that duplicated system error codes have also been changed to FACILITY_WIN32.

Implementation

@Deprecated('Use FACILITY_CODE.FACILITY_WIN32 instead')
const FACILITY_WIN32 = 7;