#include <basis/convert_utf.h>#include <basis/guards.h>#include <basis/istring.h>#include <basis/portable.h>#include <opsystem/command_line.h>#include <loggers/console_logger.h>#include <opsystem/filename.h>#include <data_struct/static_memory_gremlin.h>Include dependency graph for find_window.cpp:

Go to the source code of this file.
Functions | |
| BOOL CALLBACK | zingers_enum_proc (window_handle hwnd, LPARAM lParam) |
| int | main (int argc, char *argv[]) |
Variables | |
| HOOPLE_STARTUP_CODE | |
| window_handle | matching_window = NIL |
| istring | window_name_sought |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 49 of file find_window.cpp.
References filename::basename(), command_line::entries(), command_line::get(), matching_window, NIL, out, command_line::program_name(), filename::raw(), command_parameter::text(), command_parameter::type(), command_parameter::VALUE, window_name_sought, and zingers_enum_proc().
| BOOL CALLBACK zingers_enum_proc | ( | window_handle | hwnd, | |
| LPARAM | lParam | |||
| ) |
Definition at line 34 of file find_window.cpp.
References matching_window, and window_name_sought.
Referenced by main().
Definition at line 29 of file find_window.cpp.
| window_handle matching_window = NIL |
1.5.1