TV_INSERTSTRUCT

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > UDT predefined in UI module > TreeView control UDTs >

TV_INSERTSTRUCT

 

Description

 

TV_INSERTSTRUCT structure.

 

Syntax

 

Type TV_INSERTSTRUCT                   

  mask           As Dword

  hItem          As Dword

  lState         As Dword

  stateMask      As Dword

  pszText        As Asciiz Ptr

  cchTextMax     As Long

  iImage         As Long

  iSelectedImage As Long

  cChildren      As Long

  lParam         As Long

  iIntegral      As Long

  uStateEx       As Dword

  hwnd           As Dword

  iExpandedImage As Long

  iReserved      As Long

End Type

 

Remarks

 

See also

 

Examples