Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » Virtual Terminal Interaction Layer (VT IL) » VTIL_RemoveWindowMask

VTIL_RemoveWindowMask

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

  • VTIL_RemoveWindowMask(dword maskIndex, dword column, dword row); // form 1
  • VTIL_RemoveWindowMask(dbNode vt, dword maskIndex, dword column, dword row); // form 2

Description

Removes a Window Mask from a User-Layout Data Mask of the Virtual Terminal.

Parameters

  • maskIndex: Index of the User-Layout Mask. Value of maskIndex must be smaller than the number of User-Layout Masks (which can be configured with VTIL_SetNodeProperty).
  • column: Removes the Window Mask at this column in the User-Layout Data Mask, 0..1.
  • row: Removes the Window Mask at this row in the User-Layout Data Mask, 0..5.
  • vt: VT simulation node to apply the function.

Return Values

  • 0: Window Mask is successfully removed.
  • < 0: An error has occurred, see IL Error Code.

Example

See VTIL_AddWindowMask. Further Functions for VT – Handling (User-Layout Mask)