다음을 통해 공유


IMoniker.IsRunning(IBindCtx, IMoniker, IMoniker) 메서드

정의

현재 모니커에서 식별한 개체가 현재 로드되고 실행되는지 여부를 확인합니다.

public:
 int IsRunning(System::Runtime::InteropServices::ComTypes::IBindCtx ^ pbc, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkToLeft, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkNewlyRunning);
public int IsRunning (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, System.Runtime.InteropServices.ComTypes.IMoniker pmkNewlyRunning);
public int IsRunning (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker? pmkToLeft, System.Runtime.InteropServices.ComTypes.IMoniker? pmkNewlyRunning);
abstract member IsRunning : System.Runtime.InteropServices.ComTypes.IBindCtx * System.Runtime.InteropServices.ComTypes.IMoniker * System.Runtime.InteropServices.ComTypes.IMoniker -> int
Public Function IsRunning (pbc As IBindCtx, pmkToLeft As IMoniker, pmkNewlyRunning As IMoniker) As Integer

매개 변수

pbc
IBindCtx

이 바인딩 작업에서 사용할 바인드 컨텍스트에 대한 참조입니다.

pmkToLeft
IMoniker

현재 모니커가 구성 모니커의 일부인 경우 현재 모니커의 왼쪽에 있는 모니커에 대한 참조입니다.

pmkNewlyRunning
IMoniker

가장 최근에 ROT(실행 개체 테이블)에 추가된 모니커에 대한 참조입니다.

반환

S_OKHRESULT 값(모니커가 실행 중인 경우), S_FALSEHRESULT 값(모니커가 실행 중이 아닌 경우) 또는 E_UNEXPECTEDHRESULT 값입니다.

설명

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

적용 대상