IRunningObjectTable.GetTimeOfLastChange(IMoniker, FILETIME) 메서드

정의

ROT(실행 개체 테이블)에서 이 모니커를 검색하고 기록된 변경 시간이 있으면 이를 보고합니다.

public:
 int GetTimeOfLastChange(System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkObjectName, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::FILETIME % pfiletime);
public int GetTimeOfLastChange (System.Runtime.InteropServices.ComTypes.IMoniker pmkObjectName, out System.Runtime.InteropServices.ComTypes.FILETIME pfiletime);
abstract member GetTimeOfLastChange : System.Runtime.InteropServices.ComTypes.IMoniker * FILETIME -> int
Public Function GetTimeOfLastChange (pmkObjectName As IMoniker, ByRef pfiletime As FILETIME) As Integer

매개 변수

pmkObjectName
IMoniker

ROT(실행 개체 테이블)에서 검색할 모니커에 대한 참조입니다.

pfiletime
FILETIME

이 개체는 반환될 때 개체가 마지막으로 변경된 시간을 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

반환

작업의 성공이나 실패를 나타내는 HRESULT 값입니다.

설명

자세한 내용은 IRunningObjectTable::GetTimeOfLastChange 메서드를 참조하세요.

적용 대상