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 whether high resolution support is enabled.
C
BOOL WINAPI SftTabs_IsHiRes();
The return value is TRUE if the current application has high resolution support enabled, otherwise FALSE is returned.
The IsHiRes function returns whether high resolution support is enabled.
This function is only relevant in a Windows Mobile environment. In other environments (e.g., 32-bit Windows), it always returns FALSE.
When running on Windows Mobile 2003 Second Edition and Windows Mobile 5 (or higher), this function returns whether high resolution support is enabled.
For more information about high resolution support, please consult the Microsoft documentation (MSDN) topic "Developing DPI-Aware Applications" or search www.microsoft.com for the keywords CEUX and HI_RES_AWARE. High resolution support is enabled by defining a suitable subsystem version information in the executable header or by adding HI_RES_AWARE custom data in the executable's resources.
See Also C/C++ API | C++ Classes | Notifications