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..."
(No difference)

Revision as of 21:30, 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