ShowModule v0.1 (c) 1992 $#%!
now showing: "emodules:dos/notify.m"
NOTE: don't use this output in your code, use the module instead.

CONST NOTIFY_CLASS=$40000000,
      NOTIFY_CODE=$1234

(---) OBJECT notifymessage
(  0)   execmessage:substructure
( 20)   class:LONG
( 24)   code:INT
( 26)   nreq:LONG
( 30)   donottouch:LONG
( 34)   donottouch2:LONG
(---) ENDOBJECT     /* SIZEOF=38 */

(---) OBJECT notifyrequest
(  0)   name:LONG
(  4)   fullname:LONG
(  8)   userdata:LONG
( 12)   flags:LONG
( 16)   port:LONG
( 20)   signalnum:CHAR
( 21)   pad:substructure
( 24)   reserved:substructure
( 40)   msgcount:LONG
( 44)   handler:LONG
(---) ENDOBJECT     /* SIZEOF=48 */

CONST NRF_SEND_MESSAGE=1,
      NRF_SEND_SIGNAL=2,
      NRF_WAIT_REPLY=8,
      NRF_NOTIFY_INITIAL=16,
      NRF_MAGIC=$80000000,
      NR_HANDLER_FLAGS=$FFFF0000

