Тотальная неудачница и убийца жёстких дисков.
#post-id: 8110-04-20
#original-date: 9.10.2022 Sun
#original-time: 4:20 AM
#original-day: 8110
#original-host: WinXP Home SP3 (Build 2600)
Windows XP added the function CopyFileEx which lets you pass a callback function that is called to report on the progress of the file copy, and that callback function is our foot in the door. Among other things, the callback function is given a reason for the callback, as well as the file handles being used for both the source and destination of the copy.
https://devblogs.microsoft.com/oldnewthing/20221007-00/?p=107261
Когда Microsoft начала вымарывать из MSDN любую информацию о системах, которые были до Windows XP (даже в «требованиях» функций), даже Рэймонд Чен вдруг забыл, что CopyFileEx() никакая XP не добавляла. CopyFileEx() существует с чтвёртой Windows NT, а может быть и с третьей (в старом «Win32 SDK» написано просто «Windows NT»).
#original-date: 9.10.2022 Sun
#original-time: 4:20 AM
#original-day: 8110
#original-host: WinXP Home SP3 (Build 2600)
Windows XP added the function CopyFileEx which lets you pass a callback function that is called to report on the progress of the file copy, and that callback function is our foot in the door. Among other things, the callback function is given a reason for the callback, as well as the file handles being used for both the source and destination of the copy.
https://devblogs.microsoft.com/oldnewthing/20221007-00/?p=107261
Когда Microsoft начала вымарывать из MSDN любую информацию о системах, которые были до Windows XP (даже в «требованиях» функций), даже Рэймонд Чен вдруг забыл, что CopyFileEx() никакая XP не добавляла. CopyFileEx() существует с чтвёртой Windows NT, а может быть и с третьей (в старом «Win32 SDK» написано просто «Windows NT»).