ReactOS 0.4.16-dev-295-g4aee028
|
Go to the source code of this file.
Classes | |
struct | message |
struct | msg_sequence |
Macros | |
#define | SWP_NOCLIENTSIZE 0x0800 |
#define | SWP_NOCLIENTMOVE 0x1000 |
#define | ok_sequence(seq, index, exp, contx, todo) ok_sequence_(seq, index, (exp), (contx), (todo), __FILE__, __LINE__) |
Enumerations | |
enum | msg_flags_t { sent = 0x1 , posted = 0x2 , parent = 0x4 , wparam = 0x8 , lparam = 0x10 , defwinproc = 0x20 , beginpaint = 0x40 , optional = 0x80 , hook = 0x100 , winevent_hook = 0x200 , kbd_hook = 0x400 , sent = 0x1 , posted = 0x2 , parent = 0x4 , wparam = 0x8 , lparam = 0x10 , defwinproc = 0x20 , beginpaint = 0x40 , optional = 0x80 , hook = 0x100 , winevent_hook =0x200 , id = 0x400 , custdraw = 0x800 , sent = 0x1 , posted = 0x2 , parent = 0x4 , wparam = 0x8 , lparam = 0x10 , defwinproc = 0x20 , beginpaint = 0x40 , optional = 0x80 , hook = 0x100 , winevent_hook =0x200 , id = 0x400 , sent =0x1 , posted =0x2 , parent =0x4 , wparam =0x8 , lparam =0x10 , defwinproc =0x20 , beginpaint =0x40 , optional =0x80 , hook =0x100 , winevent_hook =0x200 , sent =0x1 , posted =0x2 , parent =0x4 , wparam =0x8 , lparam =0x10 , defwinproc =0x20 , beginpaint =0x40 , optional =0x80 , hook =0x100 , winevent_hook =0x200 , kbd_hook =0x400 } |
Functions | |
static void | add_message (struct msg_sequence **seq, int sequence_index, const struct message *msg) |
static void | flush_sequence (struct msg_sequence **seg, int sequence_index) |
static void | flush_sequences (struct msg_sequence **seq, int n) |
static void | ok_sequence_ (struct msg_sequence **seq, int sequence_index, const struct message *expected, const char *context, BOOL todo, const char *file, int line) |
static void | init_msg_sequences (struct msg_sequence **seq, int n) |
Definition at line 33 of file msg.h.
|
static |
|
static |
|
static |
Definition at line 101 of file msg.h.
|
static |
|
static |
Definition at line 109 of file msg.h.