PDA

View Full Version : How to get the last modification time of a Windows Registry key?



dinesh123
15th September 2015, 09:56
Hi,
I am developing a small application using which the last modification time of any windows registry key can be accessed and displayed on the ListWidget.
How it can be done?
Please reply to this

yeye_olive
15th September 2015, 10:10
I had a quick look at the Win32 API reference (https://msdn.microsoft.com/en-us/library/windows/desktop/ff818516(v=vs.85).aspx) and found the RegQueryInfoKey function, which will let you find the last modification time of a registry key.