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.

35 lines
530 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. ntfysens.cxx
  5. Abstract:
  6. File to include portions of sensapip.cxx which are relevant to
  7. notify SENS of Winlogon events.
  8. Author:
  9. Gopal Parupudi <GopalP>
  10. [Notes:]
  11. optional-notes
  12. Revision History:
  13. GopalP 1/15/1999 Start.
  14. --*/
  15. //
  16. // If SENSNOTIFY_WINLOGON_EVENT is defined, then Winlogon parts of the
  17. // sensapip.cxx file are included.
  18. //
  19. #define SENSNOTIFY_WINLOGON_EVENT
  20. #include <..\sensapip\sensapip.cxx>