Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
open_pseudocode flags

Used in open_pseudocode. More...

Macros

#define OPF_REUSE   0x00
 reuse existing window More...
 
#define OPF_NEW_WINDOW   0x01
 open new window More...
 
#define OPF_REUSE_ACTIVE   0x02
 reuse existing window, only if the currently active widget is a pseudocode view More...
 
#define OPF_NO_WAIT   0x08
 do not display waitbox if decompilation happens More...
 

Detailed Description

Used in open_pseudocode.

Macro Definition Documentation

◆ OPF_NEW_WINDOW

#define OPF_NEW_WINDOW   0x01

open new window

Definition at line 5384 of file hexrays.hpp.

◆ OPF_NO_WAIT

#define OPF_NO_WAIT   0x08

do not display waitbox if decompilation happens

Definition at line 5387 of file hexrays.hpp.

◆ OPF_REUSE

#define OPF_REUSE   0x00

reuse existing window

Definition at line 5383 of file hexrays.hpp.

◆ OPF_REUSE_ACTIVE

#define OPF_REUSE_ACTIVE   0x02

reuse existing window, only if the currently active widget is a pseudocode view

Definition at line 5386 of file hexrays.hpp.