BP_RESOLUTION_DATA
데이터 중단점을 바인딩한 결과를 설명합니다.
구문
public struct BP_RESOLUTION_DATA {
public string bstrDataExpr;
public string bstrFunc;
public string bstrImage;
public uint dwFlags;
};
멤버
bstrDataExpr
바인딩된 데이터 식입니다.
bstrFunc
데이터 중단점이 바인딩된 함수의 이름입니다(있는 경우).
bstrImage
데이터 중단점이 바인딩한 모듈의 이름(예: MyModule.dll)입니다.
dwFlags
데이터 중단점이 구현되는 방법을 설명하는 BP_RES_DATA_FLAGS 열거형의 값입니다.
설명
이 구조체는 GetResolutionInfo 메서드에서 반환되는 BP_RESOLUTION_INFO 구조체의 멤버인 BP_RESOLUTION_LOCATION 구조체의 멤버입니다.
요구 사항
헤더: msdbg.h
네임스페이스: Microsoft.VisualStudio.Debugger.Interop
어셈블리: Microsoft.VisualStudio.Debugger.Interop.dll