>Hex-Rays IDA Pro Page

Help index | Search

DelArrayElement

***********************************************
** delete an array element
        arguments:      tag     - tag of array (AR_LONG or AR_STR)
                        id      - array id
                        idx     - index of an element
        returns:        1-ok, 0-failed

success DelArrayElement(long tag,long id,long idx);

Index | Previous topic | Next topic