reactos/dll/win32/devmgr/properties
Hermès Bélusca-Maïto b4b1c5b9aa
[DEVMGR] Fix some bugs spotted by Thomas Faber in PR #5775 (#5790)
- Fix TCHAR/WCHAR mis-usage,
- Fix as a result, a buffer overflow (GlobalAlloc takes the size in
  bytes, but a number of characters was passed to it instead).
- Remove usage of unsafe string function. Now the item text is directly
  retrieved within the allocated buffer.
2023-11-13 16:26:00 +01:00
..
advprop.cpp [DEVMGR] Fix some bugs spotted by Thomas Faber in PR #5775 (#5790) 2023-11-13 16:26:00 +01:00
devprblm.cpp
hwpage.cpp [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
hwresource.cpp [DEVMGR] Display current assigned resources, instead of boot resources 2021-10-14 23:39:30 +02:00
misc.cpp [DEVMGR] Fix a Clang-Cl warning about DriverInfoDetailData.SectionName 2018-05-07 14:00:41 +02:00
properties.h [DEVMGR] Do not add the 'Resources' page to the device properties if the device does not have any resources 2020-04-13 12:33:58 +02:00
stubs.cpp