Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a history reader for the specified file.
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 .NET Framework System Requirements.
Library: Fusion.dll
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0