| 
    IDA SDK
    
   | 
 
Passed as 'flags' parameter to find_func_bounds()
Macros | |
| #define | FIND_FUNC_NORMAL 0x0000 | 
| stop processing if undefined byte is encountered  | |
| #define | FIND_FUNC_DEFINE 0x0001 | 
| create instruction if undefined byte is encountered  | |
| #define | FIND_FUNC_IGNOREFN 0x0002 | 
| ignore existing function boundaries.  More... | |
| #define | FIND_FUNC_KEEPBD 0x0004 | 
| do not modify incoming function boundaries, just create instructions inside the boundaries.  More... | |
| #define FIND_FUNC_IGNOREFN 0x0002 | 
ignore existing function boundaries.
by default the function returns function boundaries if ea belongs to a function.
| #define FIND_FUNC_KEEPBD 0x0004 | 
do not modify incoming function boundaries, just create instructions inside the boundaries.