Jump to content

DosIQueryMessageCP

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

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