FACILITY_WIN32 top-level constant

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

const FACILITY_WIN32 = 7;