vpn_ext_destroy_context()

Close the VPN Extension Provider library and interprocess communication (IPC) with the core VPN service.

Synopsis:

#include <vpnext/vpn_ext_api.h>
 
VPN_EXT_PUBLIC errno_t vpn_ext_destroy_context(vpn_ext_context context)

Since:

BlackBerry 10.2.0

Arguments:

context

The VPN Extension context.

Library:

libvpn_ext (For the qcc command, use the -l vpn_ext option to link against this library)

Description:

Returns:

EOK

Success.

EINVAL

The library is already closed.