windows-nt/Source/XPSP1/NT/ds/security/gina/userenv/policy/policy.h

19 lines
477 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//*************************************************************
//
// Policy functions header file
//
// Microsoft Confidential
// Copyright (c) Microsoft Corporation 1995
// All rights reserved
//
//*************************************************************
BOOL ApplyPolicy (LPPROFILE lpProfile);
typedef struct _ADTTHREADINFO {
LPPROFILE lpProfile;
HDESK hDesktop;
FILETIME ftPolicyFile;
LPTSTR lpADTPath;
} ADTTHREADINFO, *LPADTTHREADINFO;