home *** CD-ROM | disk | FTP | other *** search
- #define NCEDIT_OPH
-
- #ifndef LODGER_OPH
- #include <sdk\lodger>
- #endif
-
- #ifndef MFNE_OPH
- #include <sdk\mfne>
- #endif
-
- /* Constants for lncedit */
-
- #define SE_LNCEDIT_VALUE 0x01
- #define SE_LNCEDIT_LOW 0x02
- #define SE_LNCEDIT_HIGH 0x04
-
- /* Types for lncedit */
-
- STRUCT IN_LNCEDIT
- value&
- low&
- high&
- ENDS
-
- STRUCT SE_LNCEDIT
- value&
- low&
- high&
- flags%
- ENDS
-
- /* Property of lncedit */
-
- STRUCT PR_LNCEDIT
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- lodger#(SIZEOF(PRS_LODGER))
- mfne#(SIZEOF(PRS_MFNE))
- ENDS
-
- /* Constants for ncedit */
-
- #define SE_NCEDIT_VALUE 0x01
- #define SE_NCEDIT_LOW 0x02
- #define SE_NCEDIT_HIGH 0x04
-
- /* Types for ncedit */
-
- STRUCT IN_NCEDIT
- value%
- low%
- high%
- ENDS
-
- STRUCT SE_NCEDIT
- value%
- low%
- high%
- flags%
- ENDS
-
- /* Property of ncedit */
-
- STRUCT PR_NCEDIT
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- lodger#(SIZEOF(PRS_LODGER))
- mfne#(SIZEOF(PRS_MFNE))
- ENDS
-
- /* Constants for wncedit */
-
- #define SE_WNCEDIT_VALUE 0x01
- #define SE_WNCEDIT_LOW 0x02
- #define SE_WNCEDIT_HIGH 0x04
-
- /* Types for wncedit */
-
- STRUCT IN_WNCEDIT
- value%
- low%
- high%
- ENDS
-
- STRUCT SE_WNCEDIT
- value%
- low%
- high%
- flags%
- ENDS
-
- /* Property of wncedit */
-
- STRUCT PR_WNCEDIT
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- lodger#(SIZEOF(PRS_LODGER))
- mfne#(SIZEOF(PRS_MFNE))
- ENDS
-