SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftButton/DLL 3.0 - Button Control
SftTree/DLL 8.0 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 4.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 8.0 - Tree Control
SftTree/NET 2.0 - Tree Control
The masked edit control's window procedure. Exposed for advanced scenarios; applications do not call it directly.
C
LRESULT CALLBACK SftMask_WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
All SftMask/DLL API macros send window messages to the control using SendMessage. If an application is certain that it uses the control from a single (main UI) thread only, it can #define SFTMASK_SINGLETHREADED before including SftMask.h - the API macros then call SftMask_WndProc directly, avoiding the SendMessage overhead.
See Also C/C++ API
