recently I am learning windows programming, so I wonder if all windows under windows have handles and are controlled by windows API, even windows written by other programming languages?
for example, in java"s Swing, does the underlying implementation in windows use the corresponding windowsAPI to draw the interface and correspond to events?