DosTrueGetMessage: Difference between revisions
Appearance
Created page with "==Description== This function ask a real message. MSG.DLL os2.h ==Syntax== <PRE> LONG DosTrueGetMessage(void * MsgSeg, PInsertTable Table, LONG TableSize, char * Buf, ..." |
mNo edit summary |
||
Line 2: | Line 2: | ||
This function ask a real message. | This function ask a real message. | ||
MSG.DLL | MSG.DLL <os2.h> | ||
==Syntax== | ==Syntax== | ||
Line 10: | Line 10: | ||
</PRE> | </PRE> | ||
==Related Functions== | ==Related Functions== | ||
* | * [[DosGetMessage]] | ||
[[Category: | [[Category:Dos]] |
Revision as of 15:36, 6 December 2016
Description
This function ask a real message.
MSG.DLL <os2.h>
Syntax
LONG DosTrueGetMessage(void * MsgSeg, PInsertTable Table, LONG TableSize, char * Buf, LONG BufSize, LONG MsgNumber,char * FileName, LONG * MsgSize);