IsSearchEnabled

Go to Home Page

Determines whether Windows Search is installed

Syntax

BOOL WINAPI IsSearchEnabled ( )

Return Value

Nonzero if search is installed, zero if the function fails or search doesn't exist

Remarks

The function opens "HKLM\Software\Microsoft\Windows Search" and looks for the existance of a 'CurrentVersion' value. Its contents are unimportant.

This function is also known as _IsSearchEnabled@0.