MASM 5.10 EXT.DOC: DoMessage - Outputs String on Dialog Line

ID Number: Q31529

5.10 | 5.10

MS-DOS | OS/2

Summary:

The following information is from the MASM Version 5.10 EXT.DOC

file.

Please note that numbering for both COL and LINE variables begins

with 0.

More Information:

/* DoMessage - outputs a string on the dialog line

*

* The DoMessage function prints the specified string on the dialog

* line.

*

* pStr Pointer to character string to print

*

* returns Number of characters written

*

*/

int pascal DoMessage (pStr)

char far * pStr;