Specifies the display line on which an interrupt is caused.

Prototype declaration:


KMSTATUS KMAPI
kmSetHSyncLine(
		IN  KMINT32     nInterruptLine
);

Description:

This function specifies the display line on which an interrupt is caused.
Parameters:
nInterruptLine(input)
        This parameter specifies the line on which an interrupt is caused.  Specify a value within
        the range of 0 to 240/480.
Return values:
Value Explanation
KMSTATUS_SUCCESS Success
KMSTATUS_ILLEGAL_PARAMETER Invalid parameter