Share via


IRunningObjectTable.NoteChangeTime Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub NoteChangeTime ( _
    dwRegister As UInteger, _
    pFileTime As FILETIME() _
)
void NoteChangeTime(
    uint dwRegister,
    FILETIME[] pFileTime
)
void NoteChangeTime(
    [InAttribute] unsigned int dwRegister, 
    [InAttribute] array<FILETIME>^ pFileTime
)
abstract NoteChangeTime : 
        dwRegister:uint32 * 
        pFileTime:FILETIME[] -> unit 
function NoteChangeTime(
    dwRegister : uint, 
    pFileTime : FILETIME[]
)

Parameters

.NET Framework Security

See Also

Reference

IRunningObjectTable Interface

Microsoft.VisualStudio.OLE.Interop Namespace