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_OK HRESULT 모니커가 실행S_FALSEHRESULT중인 경우의 값, 모니커가 실행되고 있지 않은 경우의 값 또는 E_UNEXPECTEDHRESULT 값입니다.

설명

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

적용 대상