Debugging Tools for Windows |
The GetDataParameters method returns the parameters for a processor breakpoint.
HRESULT
IDebugBreakpoint::GetDataParameters(
OUT PULONG Size,
OUT PULONG AccessType
);
GetDataParameters might return one of the following values:
This method might also return other error values. For more information about possible return values, ssee Return Values.
The GetParameters method also returns the information that is returned in Size and AccessType.
For more information about breakpoint properties, see Controlling Breakpoint Flags and Parameters.
Versions: Available in all versions of IDebugBreakpoint.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.