DesktopHasWatermarkText

Go to Home Page

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:

  1. Test signing is enabled
  2. HKLM\Software\Microsoft\Windows NT\CurrentVersion\Windows has a DisplayVersion value that's not 0
  3. The version of Windows is a checked build
  4. Windows was booted in one of the safe modes
  5. The copy of Windows isn't genuine
  6. The copy of Windows is an evaluation version

This function is also known as _DesktopHasWatermarkText@0.