IRunningObjectTable.NoteChangeTime(UInt32, FILETIME[]) Method

Definition

public:
 void NoteChangeTime(System::UInt32 dwRegister, cli::array <Microsoft::VisualStudio::OLE::Interop::FILETIME> ^ pFileTime);
public:
 void NoteChangeTime(unsigned int dwRegister, Platform::Array <Microsoft::VisualStudio::OLE::Interop::FILETIME> ^ pFileTime);
void NoteChangeTime(unsigned int dwRegister, std::Array <Microsoft::VisualStudio::OLE::Interop::FILETIME> const & pFileTime);
public void NoteChangeTime (uint dwRegister, Microsoft.VisualStudio.OLE.Interop.FILETIME[] pFileTime);
abstract member NoteChangeTime : uint32 * Microsoft.VisualStudio.OLE.Interop.FILETIME[] -> unit
Public Sub NoteChangeTime (dwRegister As UInteger, pFileTime As FILETIME())

Parameters

dwRegister
UInt32
pFileTime
FILETIME[]

Applies to