Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/savetohistory-function-wpf-unmanaged-api-reference.md
T
Pooja PoojariandAndy De George caa62283b8 US-1889327: Suggestion/warning fixes for WPF. (#1314)
* Suggestion/warning fixes for US-1889327.

* Updated H2s.

* Minor content edit.

* Review edits.

* Minor edits.

* Update dotnet-desktop-guide/framework/wpf/advanced/localization-attributes-and-comments.md

Co-authored-by: Andy (Steve) De George <[email protected]>
2022-02-23 10:27:19 -08:00

1.2 KiB

title, titleSuffix, ms.date, ms.custom, description, dev_langs, api_name, api_location, ms.assetid
title titleSuffix ms.date ms.custom description dev_langs api_name api_location ms.assetid
SaveToHistory Function - WPF unmanaged API reference 03/30/2017 devdivchpfy22 Learn about the SaveToHistory function.
cpp
SaveToHistory
PresentationHost_v0400.dll
6dd101a3-44ad-4143-b228-772156f9b8ff

SaveToHistory Function (WPF Unmanaged API Reference)

This API supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

Used by the Windows Presentation Foundation (WPF) infrastructure for windows management.

Syntax

HRESULT SaveToHistory(  
   __in_ecount(1) IStream* pHistoryStream  
)  

Parameters

pHistoryStream
A pointer to the history stream.

Requirements

Platforms: See .NET Framework System Requirements.

DLL:

In the .NET Framework 3.0 and 3.5: PresentationHostDLL.dll

In the .NET Framework 4 and later: PresentationHost_v0400.dll

.NET Framework Version: [!INCLUDEnet_current_v30plus]

See also