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.
47 lines
762 B
47 lines
762 B
|
|
|
|
DWORD
|
|
ImportPoliciesFromFile(
|
|
HANDLE hSrcPolicyStore,
|
|
HANDLE hDesPolicyStore
|
|
);
|
|
|
|
|
|
DWORD
|
|
DeleteDuplicatePolicyDataBeforeImport(
|
|
PIPSEC_POLICY_STORE pSrcPolicyStore,
|
|
HANDLE hDesPolicyStore
|
|
);
|
|
|
|
|
|
DWORD
|
|
IPSecDeletePolicy(
|
|
HANDLE hPolicyStore,
|
|
PIPSEC_POLICY_DATA pIpsecPolicyData
|
|
);
|
|
|
|
|
|
DWORD
|
|
RegDeletePolicy(
|
|
HKEY hRegistryKey,
|
|
LPWSTR pszIpsecRootContainer,
|
|
LPWSTR pszLocationName,
|
|
GUID PolicyGUID
|
|
);
|
|
|
|
|
|
DWORD
|
|
DirDeletePolicyBeforeImport(
|
|
HLDAP hLdapBindHandle,
|
|
LPWSTR pszIpsecRootContainer,
|
|
GUID PolicyIdentifier
|
|
);
|
|
|
|
|
|
DWORD
|
|
DirDeleteDynamicDefaultNegPolData(
|
|
HLDAP hLdapBindHandle,
|
|
LPWSTR pszIpsecRootContainer,
|
|
GUID NegPolGUID
|
|
);
|
|
|