set_member_cmt
change structure member comment
     id            - structure type ID
     member_offset - offset of the member
     comment       - new comment of the structure member
     repeatable    - 1: change repeatable comment
                     0: change regular comment
returns: !=0 - ok
long set_member_cmt(long id, long member_offset, string comment, long repeatable);Last updated
Was this helpful?
