DosTrueGetMessage: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
This function ask a real message. | This function ask a real message. | ||
Line 8: | Line 4: | ||
==Syntax== | ==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== | ==Related Functions== |
Latest revision as of 22:47, 7 June 2019
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