Jump to content

DosTrueGetMessage: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
This function ask a real message.
This function ask a real message.


Line 5: Line 4:


==Syntax==
==Syntax==
<PRE>
DosTrueGetMessage(MsgSeg, Table, TableSize, Buf, BufSize, MsgNumber, FileName, MsgSize)
LONG DosTrueGetMessage(void * MsgSeg, PInsertTable Table, LONG TableSize, char * Buf,  
 
                      LONG BufSize, LONG MsgNumber,char * FileName, LONG * MsgSize);
==Paramater==
</PRE>
*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

Related Functions