Getbreakpointtypecount

OllyDbg Plugin API

Getbreakpointtypecount

Returns type (combination of bits TY_xxx) and associated pass count of INT3 breakpoint at specified address. If breakpoint doesn't exist, returns TY_INVALID.

ulong Getbreakpointtypecount(ulong addr,ulong *passcount);

Parameters:

addr - address of breakpoint;

passcount - pointer to variable that will receive pass count, can be NULL.

See also: Breakpoint functions, How breakpoint works, Manualbreakpoint, Setbreakpoint, Setbreakpointext.