IDebugPendingBreakpoint2::SetConditionIDebugPendingBreakpoint2::SetCondition
보류 중인 중단점과 연결 된 조건을 설정 하거나 변경 합니다.Sets or changes the condition associated with the pending breakpoint.
구문Syntax
HRESULT SetCondition(
BP_CONDITION bpCondition
);
int SetCondition(
BP_CONDITION bpCondition
);
매개 변수Parameters
bpCondition
진행 설정할 조건을 지정 하는 BP_CONDITION 구조체입니다.[in] A BP_CONDITION structure that specifies the condition to set.
Return ValueReturn Value
성공 하면이 반환 되 S_OK
고, 그렇지 않으면 오류 코드가 반환 됩니다.If successful, returns S_OK
; otherwise, returns an error code.
설명Remarks
이전에 보류 중인 중단점과 연결 된 모든 조건이 손실 됩니다.Any condition that was previously associated with the pending breakpoint is lost. 이 보류 중인 중단점에서 바인딩된 모든 중단점을 호출 하 여 해당 조건을 매개 변수에 지정 된 값으로 설정 bpCondition
합니다.All breakpoints bound from this pending breakpoint are called to set their condition to the value specified in the bpCondition
parameter.