SHShouldShowWizards

Go to Home Page

Syntax

BOOL WINAPI SHShouldShowWizards (
    IUnknown* pUnk
)

Parameters

pUnk
An interface which supports the IShellBrowser interface and the SID_STopWindow service.

Return Value

Returns nonzero if pUnk meets the requirements, SHGetSettings(fWebView) is nonzero and a BOOL value named ShowWizardsTEST from [HKLM|HKCU]\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced is also non-zero.

Remarks

The function queries pUnk for the mentioned interface and service using IUnknown_QueryService. If the query succeedes, the function uses the returned interface in no other way except to indicate it should continue with its checks.

This function is also known as _SHShouldShowWizards@4.