SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Returns the application defined value last used in the SFTTREE_VIRTUALDEF structure when VirtualInitialize was called.
C
SFTTREE_DWORD_PTR WINAPI SftTree_GetVirtualUserData(HWND hwndCtl); SFTTREE_DWORD_PTR WINAPI SftTreeSplit_GetVirtualUserData(HWND hwndCtl);
C++
SFTTREE_DWORD_PTR CSftTree::GetVirtualUserData() const; SFTTREE_DWORD_PTR CSftTreeSplit::GetVirtualUserData() const;
hwndCtl
The window handle of the tree control.
Returns the application defined value last used in the SFTTREE_VIRTUALDEF structure when VirtualInitialize was called. NULL is returned if virtual mode has not been initialized.
The GetVirtualUserData function returns the application defined value last used in the SFTTREE_VIRTUALDEF structure when VirtualInitialize was called.
GetVirtualUserData provides the mechanism to retrieve the application defined value last used in the SFTTREE_VIRTUALDEF structure when VirtualInitialize was called. This is usually used when only the tree control window handle or window object is known, and the application needs the value so it can access additional application specific information.
See Also C/C++ API | Categories | Notifications