IDAPython 9.0
Loading...
Searching...
No Matches
ida_idc Namespace Reference

Functions

"void" mark_position ("ea_t" ea, "int" lnnum, "short" x, "short" y, "int32" slot, "char const *" comment)
 mark_position(ea, lnnum, x, y, slot, comment)
 
"ea_t" get_marked_pos ("int32" slot)
 get_marked_pos(slot) -> ea_t
 
"PyObject *" get_mark_comment ("int32" slot)
 get_mark_comment(slot) -> PyObject *
 

Function Documentation

◆ get_mark_comment()

"PyObject *" get_mark_comment ( "int32" slot)
Parameters
slotint32

◆ get_marked_pos()

"ea_t" get_marked_pos ( "int32" slot)
Parameters
slotint32

◆ mark_position()

"void" mark_position ( "ea_t" ea,
"int" lnnum,
"short" x,
"short" y,
"int32" slot,
"char const *" comment )
Parameters
eaea_t
lnnumint
xshort
yshort
slotint32
commentchar const *