Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

win32.c File Reference

Win32 User Interface initialization and message loop. More...


Functions

void InitWin32 (void)
void __cdecl UserInterfaceThread (void *pData)

Variables

const char win32_rcs [] = "$Id: win32.c,v 2.1 2002/06/04 16:37:48 jongfoster Exp $"


Detailed Description

Win32 User Interface initialization and message loop.

Log:
win32.c,v
Revision 2.1 2002/06/04 16:37:48 jongfoster Adding Doxygen-style comments to variables

Revision 2.0 2002/06/04 14:34:21 jongfoster Moving source files to src/

Revision 1.9 2002/03/31 17:19:00 jongfoster Win32 only: Enabling STRICT to fix a VC++ compile warning.

Revision 1.8 2002/03/26 22:57:10 jongfoster Web server name should begin www.

Revision 1.7 2002/03/24 12:03:47 jongfoster Name change

Revision 1.6 2002/03/16 21:53:28 jongfoster VC++ Heap debug option

Revision 1.5 2002/03/04 23:47:30 jongfoster

Revision 1.4 2001/11/30 21:29:33 jongfoster Fixing a warning

Revision 1.3 2001/11/16 00:46:31 jongfoster Fixing compiler warnings

Revision 1.2 2001/07/29 19:32:00 jongfoster Renaming _main() [mingw32 only] to real_main(), for ANSI compliance.

Revision 1.1.1.1 2001/05/15 13:59:08 oes Initial import of version 2.9.3 source tree


Function Documentation

void InitWin32 void   
 

Initialise windows, setting up the console or windows as appropriate.

Returns:
N/A

void __cdecl UserInterfaceThread void *    pData [static]
 

User interface thread.

WinMain will wait for us to set the hInitCompleteEvent before patching over to `main'. This ensures the systray window is active before beginning operations.

Parameters:
pData  pointer to `hInitCompleteEvent'.
Returns:
N/A


Variable Documentation

const char win32_rcs[] = "$Id: win32.c,v 2.1 2002/06/04 16:37:48 jongfoster Exp $"
 

Version information about win32.c.


Generated on Tue Jun 4 18:54:49 2002 for Privoxy 3.1.1 by doxygen1.2.15