Queries whether the desktop wallpaper has any watermark text
Syntax
BOOL WINAPI DesktopHasWatermarkText ( )
Return Value
Nonezero if text is present, zero otherwise
Remarks
The function returns nonzero if any of the following are true:
- Test signing is enabled
- HKLM\Software\Microsoft\Windows NT\CurrentVersion\Windows has a DisplayVersion value that's not 0
- The version of Windows is a checked build
- Windows was booted in one of the safe modes
- The copy of Windows isn't genuine
- The copy of Windows is an evaluation version
This function is also known as _DesktopHasWatermarkText@0.