Annotation of mstools/porting/win3port/win3216.h, revision 1.1

1.1     ! root        1: /* NOTE: The SIZE type is new to 16 bit Windows and will soon be incorporated
        !             2:        into the distributed Windows 3.1 header file.  You must include this
        !             3:        typedef in your code until this change is made.
        !             4: */
        !             5: typedef struct tagSIZE
        !             6:   {
        !             7:     int        cx;
        !             8:     int        cy;
        !             9:   } SIZE;
        !            10: typedef SIZE               *PSIZE;
        !            11: typedef SIZE NEAR          *NPSIZE;
        !            12: typedef SIZE FAR           *LPSIZE;
        !            13: 
        !            14: 
        !            15: BOOL FAR PASCAL DlgDirSelectEx(HWND, LPSTR, int, int);
        !            16: BOOL FAR PASCAL DlgDirSelectComboBoxEx(HWND, LPSTR, int, int);
        !            17: BOOL FAR PASCAL GetAspectRatioFilterEx(HDC, LPSIZE);
        !            18: BOOL FAR PASCAL GetBitmapDimensionEx(HBITMAP, LPSIZE);
        !            19: BOOL FAR PASCAL GetBrushOrgEx(HDC, LPPOINT);
        !            20: BOOL FAR PASCAL GetCurrentPositionEx(HDC, LPPOINT);
        !            21: BOOL FAR PASCAL GetTextExtentPoint(HDC, LPSTR, int, LPSIZE);
        !            22: BOOL FAR PASCAL GetViewportExtEx(HDC, LPSIZE);
        !            23: BOOL FAR PASCAL GetViewportOrgEx(HDC, LPPOINT);
        !            24: BOOL FAR PASCAL GetWindowExtEx(HDC, LPSIZE);
        !            25: BOOL FAR PASCAL GetWindowOrgEx(HDC, LPPOINT);
        !            26: BOOL FAR PASCAL OffsetViewportOrgEx(HDC, int, int, LPPOINT);
        !            27: BOOL FAR PASCAL OffsetWindowOrgEx(HDC, int, int, LPPOINT);
        !            28: BOOL FAR PASCAL MoveToEx(HDC, int, int, LPPOINT);
        !            29: BOOL FAR PASCAL ScaleViewportExtEx(HDC, int, int, int, int, LPSIZE);
        !            30: BOOL FAR PASCAL ScaleWindowExtEx(HDC, int, int,        int, int, LPSIZE);
        !            31: BOOL FAR PASCAL SetBitmapDimensionEx(HBITMAP, int, int, LPSIZE);
        !            32: BOOL FAR PASCAL SetViewportExtEx(HDC, int, int, LPSIZE);
        !            33: BOOL FAR PASCAL SetViewportOrgEx(HDC, int, int, LPPOINT);
        !            34: BOOL FAR PASCAL SetWindowExtEx(HDC, int, int, LPSIZE);
        !            35: BOOL FAR PASCAL SetWindowOrgEx(HDC, int, int, LPPOINT);

unix.superglobalmegacorp.com

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