# MsiSetInternalUI

```csharp
[DllImport("msi.dll", CharSet = CharSet.Auto)]
public static extern int MsiSetInternalUI(
   uint dwUILevel,
   ref IntPtr phWnd
);
```

Microsoft documentation: [Link](https://docs.microsoft.com/en-us/windows/win32/api/msi/nf-msi-msisetinternalui)
