IVsLastChangeTimeProvider::GetLastChangeTime Method (array<FILETIME>^)
Visual Studio 2015
Gets the time of the last change.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pFileTime
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::FILETIME>^
[out] Time change occurred. For more information see FILETIME.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsLastChangeTimeProvider::GetLastChangeTime( [out] FILETIME *pFileTime );
Show: