Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

50 lines
572 B

/*++
Copyright (C) Microsoft Corporation, 1997 - 1999
Module Name:
msgloop.hxx
Abstract:
Header file for SENS Message loop stuff.
Author:
Gopal Parupudi <GopalP>
[Notes:]
optional-notes
Revision History:
GopalP 11/5/1997 Start.
--*/
#ifndef __MSGLOOP_HXX__
#define __MSGLOOP_HXX__
LRESULT CALLBACK
SensMainWndProc(
HWND hwnd,
UINT msg,
WPARAM wp,
LPARAM lp
);
DWORD WINAPI
SensMessageLoopThreadRoutine(
LPVOID lpParam
);
BOOL
InitMessageLoop(
void
);
#endif // __MSGLOOP_HXX__