Go to file
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
2014-02-09 21:41:45 +02:00
2018-09-03 13:11:06 +03:00
2019-04-19 19:51:38 +00:00
2014-10-05 22:20:58 +03:00
2013-10-04 00:07:58 +03:00
2015-10-19 01:17:26 +03:00
2024-06-03 11:14:54 +00:00
2017-05-23 13:45:54 +03:00
2020-09-30 15:14:05 +03:00
Description
Cross-platform instance initialization
Readme 8.5 MiB
Languages
Python 100%