Jump to content

DosTrueGetMessage

From EDM2
Revision as of 22:47, 7 June 2019 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function ask a real message.

MSG.DLL <os2.h>

Syntax

DosTrueGetMessage(MsgSeg, Table, TableSize, Buf, BufSize, MsgNumber, FileName, MsgSize)

Paramater

  • MsgSeg (void *)
  • Table
  • LONG TableSize
  • char * Buf,
  • LONG BufSize
  • LONG MsgNumber
  • char * FileName
  • LONG * MsgSize

Return

  • LONG

Related Functions