en:docs:fapi:dosinsmessage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:docs:fapi:dosinsmessage [2021/09/17 06:19] prokusheven:docs:fapi:dosinsmessage [2021/12/05 10:01] (current) prokushev
Line 23: Line 23:
 ===== Return Code ===== ===== Return Code =====
  
-<code c> +rc ([[USHORT]]) - return
-rc (USHORT) - return +
-</code>+
  
 Return code descriptions are: Return code descriptions are:
Line 35: Line 33:
 ===== Remarks ===== ===== Remarks =====
  
-DosInsMessage returns an error indicating that IvCount is out of range when IvCount is greater than 9. A default message is also placed in the caller's buffer. Refer to DosGetMessage for details on the default messages. If the numeric value of x in the+DosInsMessage returns an error indicating that IvCount is out of range when IvCount is greater than 9. A default message is also placed in the caller's buffer. Refer to [[DosGetMessage]] for details on the default messages. If the numeric value of x in the
 %x sequence for %1through%9 is less than or equal to IvCount, then text insertion, by substitution for %x, is performed for all occurrences of %x in the body of the message. Otherwise text insertion is ignored and the %x sequence is returned unchanged in the message. Text insertion is performed for all text strings defined by IvCount and IvTable. %x sequence for %1through%9 is less than or equal to IvCount, then text insertion, by substitution for %x, is performed for all occurrences of %x in the body of the message. Otherwise text insertion is ignored and the %x sequence is returned unchanged in the message. Text insertion is performed for all text strings defined by IvCount and IvTable.