IRunningObjectTable.NoteChangeTime(UInt32, 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.
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[]