windows-nt/Source/XPSP1/NT/ds/security/gina/userenv/policy/policy.h
2020-09-26 16:20:57 +08:00

19 lines
477 B
C

//*************************************************************
//
// 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;