Leaked source code of windows server 2003
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.

18 lines
495 B

  1. //*************************************************************
  2. //
  3. // Policy functions header file
  4. //
  5. // Microsoft Confidential
  6. // Copyright (c) Microsoft Corporation 1995
  7. // All rights reserved
  8. //
  9. //*************************************************************
  10. BOOL ApplyPolicy (LPPROFILE lpProfile);
  11. typedef struct _ADTTHREADINFO {
  12. LPPROFILE lpProfile;
  13. HDESK hDesktop;
  14. FILETIME ftPolicyFile;
  15. LPTSTR lpADTPath;
  16. } ADTTHREADINFO, *LPADTTHREADINFO;