Annotation of mstools/samples/ddeml/client/track.h, revision 1.1.1.2

1.1       root        1: /*
                      2:  * TRACK.H
                      3:  *
                      4:  * This module implements a general rectangle tracking service
                      5:  */
                      6: 
                      7: /* TrackRect() flags */
                      8: 
                      9: #define TF_LEFT                                0x0001
                     10: #define TF_TOP                         0x0002
                     11: #define TF_RIGHT                       0x0004
                     12: #define TF_BOTTOM                      0x0008
                     13: #define TF_MOVE                                0x000F
                     14: 
                     15: #define TF_SETPOINTERPOS        0x0010
                     16: #define TF_ALLINBOUNDARY        0x0080
                     17: 
                     18: BOOL TrackRect(HANDLE hInst, HWND hwnd, INT left, INT top, INT right,
                     19:         INT bottom, INT cxMin, INT cyMin, DWORD fs, LPRECT prcResult);

unix.superglobalmegacorp.com

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