tfIkeDeletePhase1Transform
Table of Contents >> IPsec/IKE Programmer's Reference >> IPsec/IKE Function Reference
| #include <trsocket.h> |
| int tfIkeDeletePhase1Transform | (int index); |
Function Description
tfIkeDeletePhase1Transform() deletes a user configured phase 1 transform. If no user configured transform is found, the default transform will be used in the IKE phase 1 proposal.
Parameters
- index
- Index of the transform. Can be either 0 or 1.
Returns
- TM_ENOERROR
- Success.
- TM_EINVAL
- Invalid value was used.
Table of Contents >> IPsec/IKE Programmer's Reference >> IPsec/IKE Function Reference