Hi guys,

This is probably really noobish, but I can't seem to find a function which will return the count of the amount of windows which are shown.

I have seen EnumWindows, but that requires some parameters, Because it requires parameters, one being a lparam. I only need to generate a list of all windows.
I just want to be able to count all windows.

Thanks,