ReactOS 0.4.16-dev-814-g656a5dc
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | LMS TEXT("\\\\.\\mailslot\\rostest_slot") |
#define | MSG (0x50DA) |
Functions | |
DWORD WINAPI | MailSlotWriter (LPVOID lpParam) |
DWORD WINAPI | MailSlotReader (LPVOID lpParam) |
VOID | StartTestCORE10188 (VOID) |
START_TEST (Mailslot) | |
Variables | |
static DWORD | dInMsg = MSG |
static DWORD | dOutMsg = 0x0 |
Definition at line 10 of file Mailslot.c.
Definition at line 11 of file Mailslot.c.
Definition at line 38 of file Mailslot.c.
Referenced by StartTestCORE10188().
Definition at line 18 of file Mailslot.c.
Referenced by MailSlotReader().
START_TEST | ( | Mailslot | ) |
Definition at line 77 of file Mailslot.c.
Definition at line 13 of file Mailslot.c.
Referenced by MailSlotWriter(), and StartTestCORE10188().
|
static |
Definition at line 14 of file Mailslot.c.
Referenced by MailSlotReader(), and StartTestCORE10188().