CreateHistoryReader Function
Creates a history reader for the specified file.
Syntax
HRESULT CreateHistoryReader (
[in] LPCWSTR wzFilePath,
[out] IHistoryReader **ppHistoryReader
);
Parameters
wzFilePath
[in] The file path.
ppHistoryReader
[out] On successful completion, contains a pointer to the history reader.
Return Value
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. |
Requirements
Platforms: See System Requirements.
Library: Fusion.dll
.NET Framework Versions: Available since 1.0
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.