mirror of
https://github.com/reactos/reactos.git
synced 2026-09-09 02:44:55 +08:00
- Allow specifying the length of the output `pszName` buffer. - Reduce the number of character buffers required. - Simplify parsing the "Layout Display Name" value, of the form: "@file_path,-resID" . Positive resource ID isn't handled. - Use `LoadLibraryExW(..., LOAD_LIBRARY_AS_DATAFILE)` for loading the specified DLL for retrieving its resources. - Don't leak the loaded DLL when the `LoadStringW()` call succeeds. - Don't leak the opened registry key when the "Layout Text" value retrieval fails.