windows-nt/Source/XPSP1/NT/net/ipsec/polstore/update-r.h
2020-09-26 16:20:57 +08:00

91 lines
1.9 KiB
C

DWORD
RegBackPropIncChangesForISAKMPToPolicy(
HKEY hRegistryKey,
LPWSTR pszIpsecRootContainer,
LPWSTR pszLocationName,
PIPSEC_ISAKMP_OBJECT pIpsecISAKMPObject
);
DWORD
RegBackPropIncChangesForFilterToNFA(
HKEY hRegistryKey,
LPWSTR pszIpsecRootContainer,
LPWSTR pszLocationName,
PIPSEC_FILTER_OBJECT pIpsecFilterObject
);
DWORD
RegBackPropIncChangesForNegPolToNFA(
HKEY hRegistryKey,
LPWSTR pszIpsecRootContainer,
LPWSTR pszLocationName,
PIPSEC_NEGPOL_OBJECT pIpsecNegPolObject
);
DWORD
RegBackPropIncChangesForNFAToPolicy(
HKEY hRegistryKey,
LPWSTR pszIpsecRootContainer,
LPWSTR pszLocationName,
LPWSTR pszNFADistinguishedName
);
DWORD
RegGetPolicyReferencesForISAKMP(
HKEY hRegistryKey,
LPWSTR pszIpsecRootContainer,
LPWSTR pszISAKMPDistinguishedName,
LPWSTR ** pppszIpsecPolicyReferences,
PDWORD pdwNumReferences
);
DWORD
RegUpdatePolicy(
HKEY hRegistryKey,
LPWSTR pszIpsecRootContainer,
LPWSTR pszIpsecPolicyReference
);
DWORD
RegGetGuidFromPolicyReference(
LPWSTR pszIpsecPolicyReference,
GUID * pPolicyIdentifier
);
DWORD
RegGetPolicyReferencesForNFA(
HKEY hRegistryKey,
LPWSTR pszIpsecRootContainer,
LPWSTR pszNFADistinguishedName,
LPWSTR ** pppszIpsecPolicyReferences,
PDWORD pdwNumReferences
);
DWORD
RegGetNFAReferencesForFilter(
HKEY hRegistryKey,
LPWSTR pszIpsecRootContainer,
LPWSTR pszFilterDistinguishedName,
LPWSTR ** pppszIpsecNFAReferences,
PDWORD pdwNumReferences
);
DWORD
RegUpdateNFA(
HKEY hRegistryKey,
LPWSTR pszIpsecRootContainer,
LPWSTR pszIpsecNFAReference
);
DWORD
RegGetNFAReferencesForNegPol(
HKEY hRegistryKey,
LPWSTR pszIpsecRootContainer,
LPWSTR pszNegPolDistinguishedName,
LPWSTR ** pppszIpsecNFAReferences,
PDWORD pdwNumReferences
);