Jump to content

DosIQueryMessageCP: Difference between revisions

From EDM2
Created page with "==Description== This function allows to request internal message. MSG.DLL, os2.h ==Syntax== <PRE> ULONG DosIQueryMessageCP (void * Buf, ULONG BufSize, char * FileName, U..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
This function allows to request internal message.
This function allows to request internal message.


Line 6: Line 5:
==Syntax==
==Syntax==
<PRE>
<PRE>
ULONG DosIQueryMessageCP (void * Buf, ULONG BufSize, char * FileName, ULONG * InfoSize,void * MesSeg);  
ULONG DosIQueryMessageCP (void *Buf,  
                          ULONG BufSize,
                          char *FileName,
                          ULONG *InfoSize,
                          void *MesSeg);  
</PRE>
</PRE>


==Parameters==
[[Category:Dos]]
 
==Return Code==
 
==Remarks==
 
==Example Code==
=== C Binding===
<PRE>
 
</PRE>
 
===MASM Binding===
<PRE>
 
</PRE>
 
==Related Functions==
*
 
[[Category:The OS/2 API Project]]

Latest revision as of 09:06, 24 November 2019

This function allows to request internal message.

MSG.DLL, os2.h

Syntax

ULONG DosIQueryMessageCP (void  *Buf, 
                          ULONG  BufSize,
                          char  *FileName,
                          ULONG *InfoSize,
                          void  *MesSeg);