Hand Held Products PadCom TT1500 User Manual page 120

Point-of-sale terminal control library
Table of Contents

Advertisement

// * WinMain - the application entry point
// *
// ********************************************************************************
//
int WINAPI WinMain
(
HINSTANCEhInst,
HINSTANCEhInstPrev,
LPSTR
lpstrCmdLine,
int
)
{
MSG
WNDCLASSwc;
theInstance= hInst;
//
// Register the window class if this is the first instance.
//
if( !hInstPrev )
{
wc.lpszMenuName= NULL;
wc.lpszClassName= appName;
wc.hInstance
wc.hIcon
wc.hCursor
wc.hbrBackground= (HBRUSH) (COLOR_WINDOW + 1);
wc.style
wc.lpfnWndProc
wc.cbClsExtra = 0;
wc.cbWndExtra = 0;
if( !RegisterClass( &wc ) )
return 0;
5 - 32
*
cmdShow
msg;
= hInst;
= NULL;
= NULL;
= 0;
= (WNDPROC) WndProc;
*

Advertisement

Table of Contents
loading

This manual is also suitable for:

Padcom tt3100 series

Table of Contents