Advertisement
2_2002-2004 Windows API Call/ Explanation #122192

Getting all windows

This code explains how to use the API call EnumWindows to change captions, minimize all windows, or anything you need to do with a handle. I explain many things you can do with the base of the code.

AI

AIサマリー: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

ソースコード
original-source
'You can place the function in any event. 
'Call function like this:
Call EnumWindows(AddressOf EnumWindowProc, &H0)
オリジナルのコメント (3)
Wayback Machineから復元