|
|
Microsoft OS/2 SDK PM 08-08-1988
/*--------------------- file identification ------------------------*/
/*
clip.h
include file for clip.c
Wed 10-Feb-1988 08:14:17
Dan Weston
Modified to conform to 4.14 MPARAM and MRESULT
*/
/*-------------------------- global variables ----------------------*/
/* message stuff */
HAB habTheAnchorBlock;
HMQ hmqTheMessageQueue;
/* window stuff */
char szClassName[] = "clip"; /* our window class name */
HWND hwndClient; /* handle to the client */
HWND hwndFrame; /* handle to the frame window */
HWND hwndOldViewer;
/*---------------------- function prototypes --------------------------*/
BOOL main ( void ) ;
MRESULT FAR PASCAL GenericWndProc( HWND hwnd,
USHORT usMessage,
MPARAM mp1,
MPARAM mp2) ;
BOOL GenericInit (void) ;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.