IDataTransferManagerInterop::ShowShareUIForWindow method
Displays the UI for sharing content for the specified window.
Syntax
HRESULT ShowShareUIForWindow(
[in] HWND appWindow
);
Parameters
- appWindow [in]
-
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
|
Minimum supported client |
Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [Windows Store apps only] |
|
Header |
|
|
IDL |
|
See also
Show: