Padcom Signature Capture Sample For Windows95/Nt - Hand Held Products PadCom TT1500 User Manual

Point-of-sale terminal control library
Table of Contents

Advertisement

{
return DefWindowProc( hWnd, Msg, wParam, lParam );
}
}
return 0;
}

PadCom Signature Capture Sample for Windows95/NT

//
//=--------------------------------------------------------------------------
// Test.c
//
// A simple WIN32 Demo program
//
// Compiler:
//Microsoft Visual C++ 4.0
//Target: Windows Application
//Include:..\..\..\padcom.h
//Library:..\libs\padcomw.lib
//Environment:
//Windows 95/NT
//
// Copyright (c) Hand Held Products. All rights reserved.
//
//=--------------------------------------------------------------------------
//
#include <windows.h>
#include "PadCom.h"
// USER DEFINED PADCOM MESSAGE
#define WM_PADNOTIFYWM_USER + 100
int CALLBACK WinMain( HINSTANCE, HINSTANCE, LPSTR, int );
LONG CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM );
HINSTANCE
theInstance;
HWNDtheWnd;
5 - 8

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents