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.

48 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 1991 - 2001 Microsoft Corporation
  3. Module Name:
  4. #### ## # ###### ##### ##### ## # ### ## ## ##
  5. ## ### # ## ## ## ## ### # ### ## ## ##
  6. ## #### # ## ## ## ## #### # ## ## ## ## ##
  7. ## # #### ## ##### ##### # #### ## ## ## #######
  8. ## # ### ## ## #### # ### ####### ## ## ##
  9. ## # ## ## ## ## ## # ## ## ## ## ## ## ##
  10. #### # # ## ##### ## ## # # ## ## ##### ## ## ##
  11. Abstract:
  12. This header contains all definitions that are internal
  13. to the COM interfaces DLL.
  14. Author:
  15. Wesley Witt (wesw) 1-Oct-2001
  16. Environment:
  17. User mode only.
  18. Notes:
  19. --*/
  20. #define ATLASSERT(x)
  21. #include <atlbase.h>
  22. extern CComModule _Module;
  23. #include <atlcom.h>
  24. #include "resource.h"
  25. #include <winioctl.h>
  26. #include "saio.h"
  27. #include "sacom.h"
  28. #include "sadisplay.h"
  29. #include "sakeypad.h"
  30. #include "sanvram.h"
  31. HANDLE
  32. OpenSaDevice(
  33. ULONG DeviceType
  34. );