Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

windlg.h File Reference

#include <windows.h>

Include dependency graph for windlg.h:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.

Functions

void WinDlgExit ()

Variables

HINSTANCE hWinDlgInstance
int nWinDlgCmdShow


Function Documentation

void WinDlgExit  
 

Definition at line 24 of file windlg.c.

00025 {
00026   if (NULL != title_window)
00027     {
00028       DestroyWindow (title_window);
00029     }
00030 }


Variable Documentation

HINSTANCE hWinDlgInstance
 

Definition at line 15 of file windlg.h.

int nWinDlgCmdShow
 

Definition at line 16 of file windlg.h.


Generated on Sun Dec 2 15:58:06 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001