Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Mailboxing functionality is explained in detail in Application Static Structures.

SR_RPD

Code Block
languagenone
titleSR_RPD ($04) Read parameter data (mailbox)
IN:
     DE = name of information type (null-terminated)
     BHL = extended pointer to buffer for information read
     C = maximum size of buffer
OUT, if call successful:
     Fc = 0
     C = actual data size
OUT, if call failed:
     Fc = 0
     A = return code
          RC_FAIL ($16), information type is not present

Registers changed after return:
     A.B.DEHL/IXIY same
     .F.C..../.... different

Mailboxing functionality is explained in detail in Application Static Structures.