Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method gets the breakpoint request information that describes this breakpoint request.
HRESULT GetRequestInfo2(
BPREQI_FIELDS dwFields,
BP_REQUEST_INFO2* bBPRequestInfo
);
int GetRequestInfo2(
enum_BPREQI_FIELDS dwFields,
BP_REQUEST_INFO2[] bBPRequestInfo
);
Parameters
dwFields
[in] A combination of flags from the BPREQI_FIELDS enumeration that determine which fields of pBPRequestInfo are to be filled in.bBPRequestInfo
[out] The BP_REQUEST_INFO2 structure to be filled in.
Return Value
If successful, returns S_OK; otherwise, returns error code.
Remarks
There is more information in this request than is returned from the IDebugBreakpointRequest2::GetRequestInfo method.