Jump to content

DosTrueGetMessage

From EDM2

This function ask a real message.

MSG.DLL <os2.h>

Syntax

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

Paramater

*msgSeg (void) - input
*Table (PCHAR) - input
TableSize (ULONG) - input
pBuf (PCHAR) - input
BufSize (ULONG) - input
MsgNumber (ULONG) - input
pszFile (PSZ) - input
pcbMsg (ULONG) - input

Return

rc (LONG) - return

Related Functions