IPlayToManagerInterop::ShowPlayToUIForWindow method (playtomanagerinterop.h)

Displays the Play To UI for the specified window.

Syntax

HRESULT ShowPlayToUIForWindow(
  [in] HWND appWindow
);

Parameters

[in] appWindow

The window to show the Play To UI for.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

You can use the ShowPlayToUIForWindow method to show the Play To UI for the specified window. The ShowPlayToUIForWindow method is equivalent to the ShowPlayToUI method, except that you supply a reference to a window from a multi-window Windows Store app.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header playtomanagerinterop.h

See also

IPlayToManagerInterop

PlayToManager

ShowPlayToUI