Jump to content

DosTrueGetMessage: Difference between revisions

From EDM2
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, ..."
 
Ak120 (talk | contribs)
mNo edit summary
Line 2: Line 2:
This function ask a real message.
This function ask a real message.


MSG.DLL os2.h
MSG.DLL <os2.h>


==Syntax==
==Syntax==
Line 10: Line 10:
</PRE>
</PRE>


==Parameters==
==Return Code==
==Remarks==
==Example Code==
===C Binding===
<PRE>
</PRE>
===MASM Binding===
<PRE>
</PRE>
==Related Functions==
==Related Functions==
*  
* [[DosGetMessage]]
 


[[Category:The OS/2 API Project]]
[[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); 

Related Functions