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.

20 lines
309 B

  1. DWORD
  2. IPSecIsLocalPolicyAssigned(
  3. PBOOL pbIsLocalPolicyAssigned
  4. );
  5. DWORD
  6. IPSecGetAssignedDomainPolicyName(
  7. LPWSTR * ppszAssignedDomainPolicyName
  8. );
  9. DWORD
  10. RegGetAssignedPolicyData(
  11. HKEY hRegistryKey,
  12. LPWSTR pszIpsecRootContainer,
  13. PIPSEC_POLICY_DATA * ppIpsecPolicyData
  14. );