1 reference to FacilityWin32
Microsoft.Win32.Msi (1)
Error.cs (1)
152
return (int)errorCode <= 0 ? (int)errorCode : (int)((errorCode & 0x0000ffff) | (
FacilityWin32
<< 16) | 0x8000000);