This topic has not yet been rated - Rate this topic

IVsLastChangeTimeProvider.GetLastChangeTime Method

Gets the time of the last change.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
int GetLastChangeTime(
	FILETIME[] pFileTime
)

Parameters

pFileTime
Type: Microsoft.VisualStudio.OLE.Interop.FILETIME[]

[out] Time change occurred. For more information see FILETIME.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

COM Signature

From textmgr.idl:

HRESULT IVsLastChangeTimeProvider::GetLastChangeTime(
   [out] FILETIME *pFileTime
);
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.