I want to find handle of a window whose title may be of type *.log where *.log could be temp.log, dummy.log etc.
I dont know the title but i know the extension of log type.
I know FindWindow
API is used for finding the handle of the window but there we need to know the title name. So if i dont know anything about the window only knows the extension then how to retrieve the handle for the same using c++?