
#include "vipl_priv.h"Go to the source code of this file.
Functions | |
| VIP_ENTRY_POINT VIP_RETURN | VipDestroyPtag (VIP_NIC_HANDLE NicHandle, VIP_PROTECTION_HANDLE ProtectionTag) |
Definition in file vipdestroyptag.c.
|
||||||||||||
|
The VipDestroyPtag() function destroys a protection tag. If the specified protection tag is associated with either a VI instance or a registered memory region at the time of the call, an error is returned.
Definition at line 39 of file vipdestroyptag.c. References VIP_DEBUG, VIP_DEBUG_LABEL, VIP_ERROR_RESOURCE, vip_free_handle(), VIP_INVALID_NIC_HANDLE, VIP_INVALID_PARAMETER, VIP_INVALID_PTAG_HANDLE, VIP_MUTEX_LOCK, VIP_MUTEX_UNLOCK, and VIP_SUCCESS. |
1.4.4.