Annotation of os232sdk/toolkt20/c/samples/bio/bio.h, revision 1.1

1.1     ! root        1: /*
        !             2:    BIOrhythm header file
        !             3:    Created by Microsoft, IBM Corporation, 1990
        !             4: */
        !             5: /* String table constants */
        !             6: #define IDS_APPNAME      1
        !             7: #define IDS_KIDNAME      2
        !             8: 
        !             9: /* Resource Ids */
        !            10: #define ID_BIO          1
        !            11: #define IDD_ABOUT       2
        !            12: #define IDD_DATE        3
        !            13: 
        !            14: /* Menu constants */
        !            15: #define IDM_DATES      0x100
        !            16: #define IDM_LEGEND     0x101
        !            17: #define        IDM_COPY        0x102
        !            18: #define IDM_ABOUT      0x103
        !            19: 
        !            20: /* Bio Dialog Box constants */
        !            21: #define ID_BDYEAR        301
        !            22: #define ID_BDMONTH       302
        !            23: #define ID_BDDAY         303
        !            24: #define ID_YEAR          304
        !            25: #define ID_MONTH         305
        !            26: #define ID_DAY           306
        !            27: #define ID_OS2INI        307
        !            28: 
        !            29: /* Function prototypes */
        !            30: BOOL   cdecl    main          ( VOID );
        !            31: MRESULT EXPENTRY BioWndProc    ( HWND, USHORT, MPARAM, MPARAM );
        !            32: MRESULT EXPENTRY KidWndProc    ( HWND, USHORT, MPARAM, MPARAM );
        !            33: VOID            APPPaint      ( HWND );
        !            34: MRESULT EXPENTRY BioDlg        ( HWND, USHORT, MPARAM, MPARAM );
        !            35: MRESULT EXPENTRY About        ( HWND, USHORT, MPARAM, MPARAM );
        !            36: MRESULT EXPENTRY FrameWndProc  ( HWND, USHORT, MPARAM, MPARAM );
        !            37: 
        !            38: VOID            BioGetDate    ( HWND hWnd);
        !            39: VOID            InitBioDlg    ( HWND hDlg );
        !            40: VOID            BioDlgCmd     ( HWND hDlg, MPARAM mp1 );
        !            41: double          julian        ( SHORT, SHORT, double );
        !            42: void            calendar      ( double, SHORT *, SHORT *, double * );
        !            43: long            trunc4        ( double );

unix.superglobalmegacorp.com

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