Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Creates a history reader for the specified file.
HRESULT CreateHistoryReader (
[in] LPCWSTR wzFilePath,
[out] IHistoryReader **ppHistoryReader
);
wzFilePath
[in] The file path.
ppHistoryReader
[out] On successful completion, contains a pointer to the history reader.
This method returns standard COM error codes as defined in WinError.h, in addition to the values described in the following table.
Return code | Description |
---|---|
S_OK | Indicates that the method completed successfully. |
E_INVALIDARG | Indicates that wzFilePath or ppHistoryReader are set to a null reference. |
Platforms: See System Requirements.
Library: Fusion.dll
.NET Framework Versions: Available since 1.0
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now