windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/cmp/asp/ntsec.h

24 lines
485 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*===================================================================
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