Saturday, July 23, 2022

CPP: Windows: GetLogicalDriveStrings

CPP: Windows: GetLogicalDriveStrings

Fills a buffer with strings that specify valid drives in the system.

Notes:
- Tested using Visual Studio 2022 C++ Windows Console template
Reference(s):
https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getlogicaldrivestringsw

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...