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

/*===================================================================
Microsoft Denali
Microsoft Confidential.
Copyright 1996 Microsoft Corporation. All Rights Reserved.
Component: NT/OLE Security
File: NTSec.h
Owner: AndrewS
This file contains code related to NT security on Desktops
===================================================================*/
#ifndef __NTSec_h
#define __NTSec_h
HRESULT InitDesktop();
VOID UnInitDesktop();
HRESULT SetDesktop();
#endif //__NTSec_h