IDebugPendingBreakpoint2::GetBreakpointRequest
이 보류 중단점을 만드는 데 사용 된 중단점 요청을 가져옵니다.
HRESULT GetBreakpointRequest(
IDebugBreakpointRequest2** ppBPRequest
);
int GetBreakpointRequest(
out IDebugBreakpointRequest2 ppBPRequest
);
매개 변수
- ppBPRequest
[out] 반환 된 IDebugBreakpointRequest2 이 보류 중인 중단점을 만드는 데 사용 된 중단점 요청을 나타내는 개체입니다.
반환 값
성공 하면 반환 S_OK. 그렇지 않으면 오류 코드를 반환 합니다. 반환 E_BP_DELETED 중단점 삭제 된 경우입니다.