DosGetMessage

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 */


[Back: DosGetMachineMode]
[Next: DosGetModHandle]