IVsLastChangeTimeProvider.GetLastChangeTime(FILETIME[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the time of the last change.
public:
int GetLastChangeTime(cli::array <Microsoft::VisualStudio::OLE::Interop::FILETIME> ^ pFileTime);
public:
int GetLastChangeTime(Platform::Array <Microsoft::VisualStudio::OLE::Interop::FILETIME> ^ pFileTime);
int GetLastChangeTime(std::Array <Microsoft::VisualStudio::OLE::Interop::FILETIME> const & pFileTime);
public int GetLastChangeTime (Microsoft.VisualStudio.OLE.Interop.FILETIME[] pFileTime);
abstract member GetLastChangeTime : Microsoft.VisualStudio.OLE.Interop.FILETIME[] -> int
Public Function GetLastChangeTime (pFileTime As FILETIME()) As Integer
Parameters
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsLastChangeTimeProvider::GetLastChangeTime(
[out] FILETIME *pFileTime
);