GetAppCompatFlags2

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

Last updated