Jump to content

VioCheckCharType: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
==Syntax==
VioCheckCharType (pType, usRow, usColumn, hvio)


==Syntax==
<PRE>
VioCheckCharType (PUSHORT pType, USHORT usRow, USHORT usColumn, HVIO hvio);
</PRE>
==Parameters==
==Parameters==
;pType (PUSHORT):
;usRow (USHORT):
;usColumn (USHORT):
;hvio ([[HVIO]]):Vio device handle


==Return Code==
==Return Code==
;rc (USHORT) - return:Return code descriptions are:
*0 NO_ERROR
*436 ERROR_VIO_INVALID_HANDLE


==Remarks==
[[Category:Vio]]
 
 
==Example Code==
===C Binding===
<PRE>
 
</PRE>
 
===MASM Binding===
<PRE>
 
</PRE>
==Related Functions==
*
 
[[Category:The OS/2 API Project]]

Latest revision as of 17:01, 5 March 2020

Syntax

VioCheckCharType (pType, usRow, usColumn, hvio)

Parameters

pType (PUSHORT)
usRow (USHORT)
usColumn (USHORT)
hvio (HVIO)
Vio device handle

Return Code

rc (USHORT) - return
Return code descriptions are:
  • 0 NO_ERROR
  • 436 ERROR_VIO_INVALID_HANDLE