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.

14 lines
456 B

  1. //--------------------------------------------------------------------
  2. // Policy - header
  3. // Copyright (C) Microsoft Corporation, 2001
  4. //
  5. // Created by: Duncan Bryce (duncanb), 04-22-01
  6. //
  7. // Helper routines from w32time's group policy support
  8. #ifndef POLICY_H
  9. #define POLICY_H
  10. HRESULT MyRegQueryPolicyValueEx(HKEY hPreferenceKey, HKEY hPolicyKey, LPWSTR pwszValue, LPWSTR pwszReserved, DWORD *pdwType, BYTE *pbData, DWORD *pcbData);
  11. #endif // POLICY_H