IRunningObjectTable.NoteChangeTime(UInt32, FILETIME[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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())
参数
- dwRegister
- UInt32
- pFileTime
- FILETIME[]