ReactOS 0.4.15-dev-7942-gd23573b
vddsup.h
Go to the documentation of this file.
1/*
2 * COPYRIGHT: GPL - See COPYING in the top level directory
3 * PROJECT: ReactOS Virtual DOS Machine
4 * FILE: subsystems/mvdm/ntvdm/vddsup.h
5 * PURPOSE: Virtual Device Drivers (VDD) Support
6 * PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
7 */
8
9#ifndef _VDDSUP_H_
10#define _VDDSUP_H_
11
12/* FUNCTIONS ******************************************************************/
13
18
20
21#endif /* _VDDSUP_H_ */
unsigned short USHORT
Definition: pedump.c:61
VOID VDDBlockUserHook(VOID)
Definition: vddsup.c:479
VOID VDDCreateUserHook(USHORT DosPDB)
Definition: vddsup.c:453
VOID VDDTerminateUserHook(USHORT DosPDB)
Definition: vddsup.c:466
VOID VDDSupInitialize(VOID)
Definition: vddsup.c:506
VOID VDDResumeUserHook(VOID)
Definition: vddsup.c:492