Source code of Windows XP (NT5)
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.

34 lines
366 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. vrmisc.h
  5. Abstract:
  6. Contains function prototypes for Vdm Redir miscellaneous routines
  7. Author:
  8. Richard L Firth (rfirth) 01-Oct-1991
  9. Revision History:
  10. 01-Oct-1991 rfirth
  11. Created
  12. --*/
  13. VOID
  14. VrTerminateDosProcess(
  15. VOID
  16. );
  17. VOID
  18. VrUnsupportedFunction(
  19. VOID
  20. );