Ratin Gao
1cf8759d69
[KERNEL32][KERNEL32_VISTA][KERNEL32_APITEST] Implement and export NT6+ firmware API ( #6580 )
...
- Implement `GetFirmwareType` and improve existing API test for it
- Move (Get/Set)FirmwareEnvironmentVariableEx(A/W) to kernel32_vista_static and export them when NT version >= 6.2
Addendum to 4c8a2a8815
. CORE-11954
2024-03-30 15:46:34 +03:00
Hermès Bélusca-Maïto
9578bae858
[PSDK] Minor cleanup and fixes in headers
...
- Remove nonsensical XFree86 stuff;
- Add missing #ifndef NORESOURCE around RT_* defines.
2023-11-21 22:23:55 +01:00
Serge Gautherie
d27ec14822
[PSDK][SHELLBTRFS] Get rid of FILE_INFO_BY_HANDLE_CLASS.MaximumFileInfoByHandlesClass ( #6003 )
...
Follow-up to commit 455f330
(see PR #5802 ).
'MaximumFileInfoByHandlesClass' was our typo.
2023-11-19 19:42:18 +01:00
Timo Kreuzer
455f330775
[KERNEL32_VISTA] Sync GetFileInformationByHandleEx with wine head
2023-11-18 17:53:42 +02:00
Ratin Gao
4c8a2a8815
[KERNEL32][KERNEL32_APITEST] Implement user-mode UEFI / Firmware API ( #5149 )
...
- Implement firmware environment variable read/write APIs
- Add, fix and improve related definitions and declarations
- Add kernel32:UEFIFirmware apitest
CORE-11954
2023-09-14 22:14:07 +03:00
Ratin Gao
f491d7cc99
[KERNEL32][RTL] Implement One-Time initialization API and improve RTL support ( #5046 )
...
* [KERNEL32][RTL] Implement One-Time initialization API and improve RTL support
2023-09-06 15:40:53 -07:00
George Bișoc
33e6490532
[ADVAPI32] Implement AccessCheckByType and AccessCheckByTypeResultList
2023-08-25 14:09:14 +02:00
Hermès Bélusca-Maïto
b4dfef73e5
[PSDK] Formatting for COPY_FILE_* and FILE_FLAG_* defines.
...
As flags it's easier to see hex values than decimal numbers.
Also I wonder who made those headers, it's as if they "unformatted" them
on purpose (looks like some autodump from somewhere). Just ugly smh...
2022-11-01 02:29:23 +01:00
Mark Jansen
122423238a
[PSDK] Add arguments for SearchPathW
2022-10-19 19:39:29 +02:00
Mark Jansen
62d7486ef6
[PSDK] Add more argument names
2022-04-09 01:22:11 +02:00
Eric Kohl
3f67212812
[PSDK] Add missing flags for CreateProcessWithLogon
2022-02-13 15:41:49 +01:00
Mark Jansen
d40d642f03
[PSDK] Add some parameter names
2022-02-03 21:50:34 +01:00
Eric Kohl
463d312169
[PSDK] Add prototypes CreateProcessWithLogonW and CreateProcessWithTokenW
2022-01-15 18:23:59 +01:00
Mark Jansen
3b1c06c035
[PSDK] Add some missing argument names
2021-12-31 21:27:48 +01:00
Serge Gautherie
f1689cdcea
[PSDK] UnlockResource(): Improve definition
...
Sync' with
a9e50da352
2021-05-01 09:48:02 +02:00
Serge Gautherie
7ca16bf696
[PSDK] winbase.h: Update LoadLibraryEx() dwFlags value defines ( #3456 )
...
Add another Vista check.
Addendum to 986cc5e
.
2021-02-17 00:37:48 +09:00
Serge Gautherie
986cc5e8e2
[PSDK] winbase.h: Update LoadLibraryEx() dwFlags value defines ( #3153 )
...
* Deci-to-Hexa.
* Add more values.
* Add a Vista check.
2021-02-13 23:16:49 +09:00
Mark Jansen
a7c1f9a014
[PSDK] Add some argument names
2020-10-11 17:00:59 +02:00
Jérôme Gardou
a84b0dbe6b
[LIBWINE] make wine_get_dos_file_name available
...
And complain loudly when we get a *real* unix file name
2020-09-16 10:35:30 +02:00
Mark Jansen
510b079514
[PSDK] Add argument names + sal annotations
2020-04-26 13:44:01 +02:00
Serge Gautherie
dbfd511ecd
[PSDK] SYSTEM_POWER_STATUS: Rename Reserved1 to SystemStatusFlag ( #2419 )
...
As on Win10.
Cherry pick
7c5ea436af
2020-03-13 18:14:16 +01:00
Serge Gautherie
e7790abb02
[PSDK][XDK] Move 2 aliases to psdk/winbase.h from xdk/winnt_old.h
2020-03-06 18:26:01 +01:00
Serge Gautherie
2e82175ba4
[PSDK] winbase.h: Add missing LPEXCEPTION_RECORD
...
ROSTESTS-251
2020-03-06 18:26:01 +01:00
Amine Khaldi
e5a5f62909
[PSDK] Add GetSystemFirmwareTable. CORE-16441
2019-12-01 19:44:36 +01:00
Amine Khaldi
a186e66945
[PSDK] Add missing OVERLAPPED_ENTRY. CORE-16441
2019-10-20 17:58:55 +01:00
Bișoc George
b6654c0fb5
[PSDK] Add missing declaration of WTSGetActiveConsoleSessionId() ( #1920 )
...
This allows this function to be used.
2019-09-21 18:51:28 +02:00
Hermès Bélusca-Maïto
f6baf266e1
[PSDK] PSDK-compatibility: Add the SList function declarations to winbase.h.
2018-12-15 20:19:29 +01:00
Amine Khaldi
1246f8b5e6
[PSDK][XDK] Add some missing definitions. CORE-14434
2018-04-03 13:35:01 +01:00
James Tabor
c45a6e15bf
[User32|IMM32] Fix a recursion crash in IMM. See CORE-14041.
...
Required a sync port from wine. This is a hack fix with Win32SS until
proper IMM support is added to Win32SS.
2017-12-07 21:14:21 -06:00
Amine Khaldi
f61627e540
[PSDK] Add some missing definitions to winbase.h. Import libloaderapi.h from Wine Staging 2.16. CORE-13762
2017-10-19 22:29:35 +01:00
Amine Khaldi
babc61c5ee
[PSDK] Add missing CreateRestrictedToken() declaration. CORE-13762
2017-10-08 13:41:17 +01:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00