Function FindWindow

Top 

Declaration:

unsigned long FindWindow(int type);

Description

Finds the window of specified type (disassembler, dump, etc.) among the opened windows.

Constants describing window types are declared in the system.h header file (see description of the OpenWindow function).

If the window of specified type is opened but minimized, it will not be found.

Returned

The identifier of the opened window, if the latter is found; otherwise it returns 0.