IAppVisibility::IsLauncherVisible method (shobjidl_core.h)

Gets a value that indicates whether the Start screen is displayed.

Syntax

HRESULT IsLauncherVisible(
  [out] BOOL *pfVisible
);

Parameters

[out] pfVisible

TRUE if the Start screen is displayed; otherwise, FALSE.

Return value

This method can return one of these values.

Return code Description
E_INVALIDARG
pfVisible is NULL.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)

See also

IAppVisibility