File:  [OS/2 SDKs] / pmsdk / samples / clipbd / clipshow.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:28:12 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: pmsdk-1988, HEAD
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) ;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.