Jump to content

DosTrueGetMessage

From EDM2
Revision as of 03:58, 5 August 2016 by Martini (talk | contribs) (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, ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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); 

Parameters

Return Code

Remarks

Example Code

C Binding


MASM Binding


Related Functions