Debugging Tools for Windows |
The SetDataParameters method sets the parameters for a processor breakpoint.
HRESULT
IDebugBreakpoint::SetDataParameters(
IN ULONG Size,
IN ULONG AccessType
);
SetDataParametes might return one of the following values:
This method might also return other error values. For more information about possible return values, see Return Values.
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.