home *** CD-ROM | disk | FTP | other *** search
- #define DONEWN_OPH
-
- #ifndef GAUGE_OPH
- #include <sdk\gauge>
- #endif
-
- /* Constants for donewn */
-
- #define SE_DONEWN_RANGE 0x01
- #define SE_DONEWN_VALUE 0x02
- #define SE_DONEWN_INCREMENT 0x04
- #define SE_DONEWN_INC_VAL 0x08
-
- /* Types for donewn */
-
- STRUCT SE_DONEWN
- flags%
- val&
- range&
- ENDS
-
- /* Property of donewn */
-
- STRUCT PRS_DONEWN
- val&
- range&
- ENDS
-
- STRUCT PR_DONEWN
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- lodger#(SIZEOF(PRS_LODGER))
- gauge#(SIZEOF(PRS_GAUGE))
- donewn#(SIZEOF(PRS_DONEWN))
- ENDS
-