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..."
 
Line 28: Line 28:
==Related Functions==
==Related Functions==
*  
*  
==References==
* * [https://translate.google.com.ec/translate?hl=es&sl=ru&tl=en&u=http%3A%2F%2Fru.os2.guru%2Fshowarticle.php%3Fid%3D118 Message file structure] (English Translation) by [[User:Prokushev|Yuri Prokushev]]


[[Category:The OS/2 API Project]]
[[Category:The OS/2 API Project]]

Revision as of 21:36, 7 August 2016

Description

This function allows to request internal message.

MSG.DLL, os2.h

Syntax

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

Parameters

Return Code

Remarks

Example Code

C Binding


MASM Binding


Related Functions

References