User contributions for F0rt
From NSIS Wiki
Jump to navigationJump to search
29 March 2017
- 10:5010:50, 29 March 2017 diff hist 0 File:Bootcfg.zip F0rt uploaded a new version of File:Bootcfg.zip current
22 October 2016
- 23:5823:58, 22 October 2016 diff hist +9,420 N Boot Into Boot Into current
- 23:4823:48, 22 October 2016 diff hist +2,500 N Boot Configuration Functions Header bootcfg.nsh - provides functions to manipulate the boot configration data (BCD) current
- 23:4223:42, 22 October 2016 diff hist +94 N File:Bootcfg.zip The bootcfg.nsh header file provides functions to manipulate the boot configration data (BCD).
23 August 2016
- 18:1618:16, 23 August 2016 diff hist +57 Query BIOS serial number Added license information current
- 18:1218:12, 23 August 2016 diff hist 0 Query BIOS serial number HRESULT Get(LPCWSTR, LONG, VARIANT *, CIMTYPE *, LONG *) => (w, i, p, *i, *i) i [last 2 pointers can be NULL]
- 18:0518:05, 23 August 2016 diff hist 0 Query BIOS serial number HRESULT Next(LONG, ULONG, IWbemClassObject **, ULONG *) -> (i, i, *p, *i) i
- 18:0118:01, 23 August 2016 diff hist 0 Query BIOS serial number HRESULT ExecQuery(const BSTR, const BSTR, LONG, IWbemContext *, IEnumWbemClassObject **p) => (w, w, i, p, *p) i
- 17:5717:57, 23 August 2016 diff hist 0 Query BIOS serial number HRESULT ConnectServer(const BSTR, const BSTR, const BSTR, const BSTR, LONG, const BSTR, IWbemContext *p, IWbemServices **p) => (w, p, p, p, i, p, p, *p) i
- 17:5117:51, 23 August 2016 diff hist 0 Query BIOS serial number CoInitializeSecurity returns HRESULT (LONG) -> i
- 17:4517:45, 23 August 2016 diff hist +216 Query BIOS serial number Added reference to the inspiring example code
22 August 2016
- 20:1720:17, 22 August 2016 diff hist +4,472 N Query BIOS serial number Created page with "The following code demonstrates the usage of the Windows Management Instrumentation (WMI) only via the System plugin. The sample code displays the BIOS serial number in a mes..."