Open topic with navigation CAPL Functions » ISO11783 » Virtual Terminal Interaction Layer (VT IL) » VTIL_ClearUserLayoutMaskDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
VTIL_ClearUserLayoutMask
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
VTIL_ClearUserLayoutMask (dword maskIndex, dword options); // form 1VTIL_ClearUserLayoutMask (dbNode vt, dword maskIndex, dword options); // form 2
Description
Removes all Window Masks and all Key Groups from a User-Layout Mask of the Virtual Terminal.Parameters
- maskIndex: Index of the User-Layout Mask, 0..10. Value of maskIndex must be smaller than the number of User-Layout Masks (which can be configured with VTIL_SetNodeProperty).
-
options:
- 0: No additional option
- 1: Send a VT On User-Layout Hide/Show message for every removed Window Mask or Key Group
- vt: VT simulation node to apply the function.
Return Values
- 0: Window Masks and Key Groups are successfully removed.
- < 0: An error has occurred, see IL Error Code.