Hand Held Products PadCom TT1500 User Manual page 92

Point-of-sale terminal control library
Table of Contents

Advertisement

//
//Compiler:
//Microsoft Visual C++ 1.52
//Target: Windows Application
//Memory Model: Medium
//Include:..\..\..\padcom.h
//Library:..\libs\padcomwm.lib
//Environment:
//Windows 3.x
//
//Copyright (c) Hand Held Products. All rights reserved.
//
//=--------------------------------------------------------------------------
//
#include "windows.h"
#include "PadCom.h"
intPASCALWinMain( HINSTANCE, HINSTANCE, LPSTR, int );
LONG __export CALLBACKWndProc( HWND, UINT, WPARAM, LPARAM );
HINSTANCEtheInstance;
HWNDtheWnd;
// ---------------------------------------------------------------------------
// WinMain
// ---------------------------------------------------------------------------
int PASCAL WinMain(
HINSTANCE hInst, HINSTANCE hInstPrev, LPSTR lpstrCmdLine, int cmdShow
)
{
MSG msg;
WNDCLASS wc;
theInstance = hInst;
// Register the window class if this is the first instance.
if( !hInstPrev )
{
5 - 4

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents