Compile text with IDC function(s).
- Parameters
-
| line | line with IDC function(s) (can't be nullptr!) |
[out] | errbuf | buffer for the error message |
| resolver | callback object to get values of undefined variables This object will be called if IDC function contains references to undefined variables. May be nullptr. |
| only_safe_funcs | if true, any calls to functions without EXTFUN_SAFE flag will lead to a compilation error. |
- Return values
-
true | ok |
false | error, see errbuf |
|
virtual uval_t idaapi | resolve_name (const char *name)=0 |
|
The documentation for this struct was generated from the following file: