IDebugErrorBreakpoint2::GetPendingBreakpoint
오류가 발생 한 보류 중인 중단점을 가져옵니다.
HRESULT GetPendingBreakpoint (
IDebugPendingBreakpoint2** ppPendingBreakpoint
);
int GetPendingBreakpoint (
out IDebugPendingBreakpoint2 ppPendingBreakpoint
);
매개 변수
- ppPendingBreakpoint
[out] 반환 된 IDebugPendingBreakpoint2 에 실패 한 보류 중단점을 나타내는 개체입니다.
반환 값
성공 하면 반환 S_OK. 그렇지 않으면 오류 코드를 반환 합니다.