home *** CD-ROM | disk | FTP | other *** search
- #define RGEDIT_OPH
-
- #ifndef LODGER_OPH
- #include <sdk\lodger>
- #endif
-
- #ifndef MFNE_OPH
- #include <sdk\mfne>
- #endif
-
- /* Constants for rgedit */
-
- #define SE_RGEDIT_LOW 0x01
- #define SE_RGEDIT_VALUE_1 0x02
- #define SE_RGEDIT_VALUE_2 0x04
- #define SE_RGEDIT_HIGH 0x08
- #define IX_RGEDIT_LOW 0
- #define IX_RGEDIT_VALUE_1 1
- #define IX_RGEDIT_VALUE_2 2
- #define IX_RGEDIT_HIGH 3
-
- /* Types for rgedit */
-
- STRUCT IN_RGEDIT
- value%(4)
- ENDS
-
- STRUCT SE_RGEDIT
- value%(4)
- flags%
- ENDS
-
- /* Property of rgedit */
-
- STRUCT PRS_RGEDIT
- in#(SIZEOF(IN_RGEDIT))
- ENDS
-
- STRUCT PR_RGEDIT
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- lodger#(SIZEOF(PRS_LODGER))
- mfne#(SIZEOF(PRS_MFNE))
- rgedit#(SIZEOF(PRS_RGEDIT))
- ENDS
-