IDAPython 9.0
|
Public Member Functions | |
'ssize_t' | visit (self, 'dirtree_cursor_t' c, 'direntry_t' de) |
__init__ (self) | |
__disown__ (self) | |
Properties | |
thisown | |
__init__ | ( | self | ) |
__disown__ | ( | self | ) |
'ssize_t' visit | ( | self, | |
'dirtree_cursor_t' | c, | ||
'direntry_t' | de ) |
Will be called for each entry in the dirtree_t If something other than 0 is returned, iteration will stop. @param c: the current cursor @param de: the current entry @returns 0 to keep iterating, or anything else to stop
|
static |