mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 07:56:06 +02:00
Initial WPF content migrated (#17)
* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
This commit is contained in:
+47
@@ -0,0 +1,47 @@
|
||||
---
|
||||
title: "LoadFromHistory Function - WPF unmanaged API reference"
|
||||
titleSuffix: ""
|
||||
ms.date: "03/30/2017"
|
||||
dev_langs:
|
||||
- "cpp"
|
||||
api_name:
|
||||
- "LoadFromHistory"
|
||||
api_location:
|
||||
- "PresentationHost_v0400.dll"
|
||||
ms.assetid: d037c062-a911-4949-b251-ccd3e48b1d17
|
||||
---
|
||||
# LoadFromHistory 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
|
||||
|
||||
```cpp
|
||||
HRESULT LoadFromHistory_export(
|
||||
IStream* pHistoryStream,
|
||||
IBindCtx* pBindCtx
|
||||
)
|
||||
```
|
||||
|
||||
## Parameters
|
||||
pHistoryStream
|
||||
A pointer to a stream of history information.
|
||||
|
||||
pBindCtx
|
||||
A pointer to a bind context.
|
||||
|
||||
## Requirements
|
||||
**Platforms:** See [.NET Framework System Requirements](/dotnet/framework/get-started/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:** [!INCLUDE[net_current_v30plus](../../../includes/net-current-v30plus-md.md)]
|
||||
|
||||
## See also
|
||||
|
||||
- [WPF Unmanaged API Reference](wpf-unmanaged-api-reference.md)
|
||||
Reference in New Issue
Block a user