IDataTransferManagerInterop::ShowShareUIForWindow method (shobjidl_core.h)

Displays the UI for sharing content for the specified window.

Syntax

HRESULT ShowShareUIForWindow(
  [in] HWND appWindow
);

Parameters

[in] appWindow

The window to show the share UI for.

Return value

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

Remarks

This method is equivalent to the DataTransferManager.ShowShareUI method, except that you specify a window from a multi-window Windows Store app.

Requirements

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

See also

DataTransferManager

DataTransferManager.ShowShareUI

IDataTransferManagerInterop