Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
486 B

  1. /* vdd.h - main include file for the VDD
  2. *
  3. */
  4. #ifdef WIN_32
  5. #define WIN
  6. #define FLAT_32
  7. #define TRUE_IF_WIN32 1
  8. #else
  9. #define TRUE_IF_WIN32 0
  10. #endif
  11. #ifdef WIN
  12. #define _WINDOWS
  13. #include "windows.h"
  14. #endif
  15. BOOL VDDInitialize(PVOID,ULONG,PCONTEXT);
  16. VOID FAXVDDTerminateVDM(VOID);
  17. VOID FAXVDDInit (VOID);
  18. VOID FAXVDDDispatch (VOID);
  19. VOID FAXVDDTerminate(USHORT usPDB);
  20. VOID FAXVDDCreate(USHORT usPDB);
  21. VOID FAXVDDBlock(VOID);
  22. VOID FAXVDDResume(VOID);