|
|
1.1.1.2 ! root 1: ! 2: /******************************************************************************\ ! 3: * This is a part of the Microsoft Source Code Samples. ! 4: * Copyright (C) 1993 Microsoft Corporation. ! 5: * All rights reserved. ! 6: * This source code is only intended as a supplement to ! 7: * Microsoft Development Tools and/or WinHelp documentation. ! 8: * See these sources for detailed information regarding the ! 9: * Microsoft samples programs. ! 10: \******************************************************************************/ ! 11: 1.1 root 12: 13: #ifdef WIN16 14: #define APIENTRY FAR PASCAL 15: typedef WORD WPARAM; 16: //#else 17: //typedef DWORD WPARAM; 18: #endif 19: 20: 21: #define XFORMCLASS "XFORMDEMO" 22: #define XFORMTITLE "Transform Demo" 23: 24: typedef struct _XFORMDATA 25: { 26: #ifndef NOT_IMPLEMENTED 27: XFORM xForm; 28: #endif 29: POINT pObject[4]; 30: int nObject; 31: } XFORMDATA; 32: typedef XFORMDATA *PXFORMDATA; 33: typedef XFORMDATA NEAR *NPXFORMDATA; 34: typedef XFORMDATA FAR *LPXFORMDATA; 35: 36: 37: /* 38: ** XFORM WINDOW ROUTINES (xform.c) 39: */ 40: HWND FAR CreateXFormWindow(HWND,int); 41: LONG APIENTRY XFormProc(HWND,UINT,WPARAM,LONG); 42: BOOL XFormCreateProc(HWND); 43: VOID XFormDestroyProc(HWND); 44: BOOL XFormCommandProc(HWND,WPARAM,LONG); 45: VOID XFormPaintProc(HWND);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.