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.

23 lines
485 B

  1. /*===================================================================
  2. Microsoft Denali
  3. Microsoft Confidential.
  4. Copyright 1996 Microsoft Corporation. All Rights Reserved.
  5. Component: NT/OLE Security
  6. File: NTSec.h
  7. Owner: AndrewS
  8. This file contains code related to NT security on Desktops
  9. ===================================================================*/
  10. #ifndef __NTSec_h
  11. #define __NTSec_h
  12. HRESULT InitDesktop();
  13. VOID UnInitDesktop();
  14. HRESULT SetDesktop();
  15. #endif //__NTSec_h