#include <windows.h>Include dependency graph for windlg.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | WinDlgExit () |
Variables | |
| HINSTANCE | hWinDlgInstance |
| int | nWinDlgCmdShow |
|
|
Definition at line 24 of file windlg.c. 00025 {
00026 if (NULL != title_window)
00027 {
00028 DestroyWindow (title_window);
00029 }
00030 }
|
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001