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

/*++
Copyright (c) 2001 Microsoft Corporation
Module Name:
kmode.c
Abstract:
This header exposes prototypes that cause KMode NPx access
Author:
Environment:
User mode only.
Revision History:
--*/
//
// Public things
//
VOID
KModeTouchNpx(
VOID
);
//
// Private things
//
BOOLEAN
KModeTouchNpxViaDSound(
VOID
);