IAppVisibilityEvents::LauncherVisibilityChange method (shobjidl_core.h)

Notifies a client that visibility of the Start screen has changed.

Syntax

HRESULT LauncherVisibilityChange(
  [in] BOOL currentVisibleState
);

Parameters

[in] currentVisibleState

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

Return value

The return value is ignored.

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

IAppVisibilityEvents