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.

40 lines
395 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. kmode.c
  5. Abstract:
  6. This header exposes prototypes that cause KMode NPx access
  7. Author:
  8. Environment:
  9. User mode only.
  10. Revision History:
  11. --*/
  12. //
  13. // Public things
  14. //
  15. VOID
  16. KModeTouchNpx(
  17. VOID
  18. );
  19. //
  20. // Private things
  21. //
  22. BOOLEAN
  23. KModeTouchNpxViaDSound(
  24. VOID
  25. );