Hand Held Products PadCom TT1500 User Manual page 110

Point-of-sale terminal control library
Table of Contents

Advertisement

UpdateWindow( theWnd );
//
// Proccess the main message loop
//
while( GetMessage( (LPMSG) &msg, NULL, 0, 0 ) )
{
TranslateMessage( (LPMSG) &msg );
DispatchMessage( (LPMSG) &msg );
}
return 0;
}
//
// ********************************************************************************
// *
// * WndProc - Message handler for the application
// *
// ********************************************************************************
//
LONG __export CALLBACK WndProc(
HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam
)
{
char msrData [1024];
switch( Msg )
{
case WM_CREATE:
{
//
// *******************************************************
5 - 22
*
*
*

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents