![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
DosGetMessage
#define INCL_DOSMISC
USHORT rc = DosGetMessage(IvTable, IvCount, DataArea, DataLength,
MsgNumber, FileName, MsgLength);
PCHAR FAR * IvTable; /* Table of variables to insert */
USHORT IvCount; /* Number of variables */
PCHAR DataArea; /* Message buffer (returned) */
USHORT DataLength; /* Length of buffer */
USHORT MsgNumber; /* Number of the message */
PSZ FileName; /* Message file path name string */
PUSHORT MsgLength; /* Length of message (returned) */
USHORT rc; /* return code */
Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs