Adrian Vladu c6e10ab462 bootconfig: fix BCDStore SetBooleanElement order
SetBooleanElement seems to not respect the method contract defined in
the document:
https://learn.microsoft.com/en-us/previous-versions/windows/desktop/bcd/setbooleanelement-bcdobject#syntax

Instead the method contract has the two parameters in the inverse order:

```
boolean SetBooleanElement(
  [in] boolean Boolean,
  [in] uint32  Type
);
```

Change-Id: I8938cd0333b21a89971de88da47559fa929162dc
Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-06-13 15:54:41 +03:00
..
2024-05-31 13:24:45 +00:00
2024-05-31 13:24:45 +00:00
2015-04-06 19:24:13 +03:00
2017-03-08 13:48:22 +02:00
2018-09-05 20:42:10 +03:00
2020-11-03 16:27:56 +02:00
2024-05-31 13:24:45 +00:00
2017-02-21 20:47:17 +02:00
2024-05-31 13:24:45 +00:00
2024-05-31 13:24:45 +00:00
2024-05-31 13:24:45 +00:00
2017-03-08 13:48:22 +02:00
2014-09-10 13:21:54 +03:00
2024-05-31 13:24:45 +00:00