# GetAppCompatFlags2

```csharp
[DllImport("shell32.dll", SetLastError = true)]
public static extern uint GetAppCompatFlags2(
   
);
```
