home *** CD-ROM | disk | FTP | other *** search
- #define XACTIVE_OPH
-
- #ifndef APPMAN_OPH
- #include <sdk\appman>
- #endif
-
- /* Property of logona */
-
- STRUCT PRS_LOGONA
- pid%
- owner%
- mess%
- ENDS
-
- STRUCT PR_LOGONA
- root#(SIZEOF(PRS_ROOT))
- active#(SIZEOF(PRS_ACTIVE))
- logona#(SIZEOF(PRS_LOGONA))
- ENDS
-
- /* Property of unload */
-
- STRUCT PRS_UNLOAD
- cathand%
- ENDS
-
- STRUCT PR_UNLOAD
- root#(SIZEOF(PRS_ROOT))
- active#(SIZEOF(PRS_ACTIVE))
- unload#(SIZEOF(PRS_UNLOAD))
- ENDS
-