home *** CD-ROM | disk | FTP | other *** search
- #define HELP_OPH
-
- #ifndef DLGBOX_OPH
- #include <sdk\dlgbox>
- #endif
-
- #ifndef LISTBOX_OPH
- #include <sdk\listbox>
- #endif
-
- /* Types for helplist */
-
- STRUCT HELP_RSC
- topic_id%
- topic#(1)
- ENDS
-
- /* Property of helplist */
-
- STRUCT PRS_HELPLIST
- list%
- ids%
- firsttop%
- title#(50)
- ENDS
-
- STRUCT PR_HELPLIST
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- listbox#(SIZEOF(PRS_LISTBOX))
- helplist#(SIZEOF(PRS_HELPLIST))
- ENDS
-
- /* Property of helpdlg */
-
- STRUCT PRS_HELPDLG
- listbox%
- ENDS
-
- STRUCT PR_HELPDLG
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- dlgchain#(SIZEOF(PRS_DLGCHAIN))
- helpdlg#(SIZEOF(PRS_HELPDLG))
- ENDS
-