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
- dwRegister
Type: System.UInt32
- pFileTime
Type: array<Microsoft.VisualStudio.OLE.Interop.FILETIME[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.