Functions in
vpn_ext_api.h
Functions for the VPN Extensions API.
vpn_ext_create_context()
Create the VPN Extension context.
vpn_ext_deregister_key_agreement()
Remove a Key Agreement callback that was added by
vpn_ext_register_key_agreement()
vpn_ext_destroy_context()
Close the VPN Extension Provider library and interprocess communication (IPC) with the core VPN service.
vpn_ext_register_key_agreement()
Add a Key Agreement callback.
vpn_ext_register_service()
Provide the list of callbacks for VPN service functions that are supported by the VPN Extension Provider library.
vpn_ext_register_service_no_deamon()
Register a VPN service that does not support callbacks.
vpn_ext_run_service()
Run the VPN service.
vpn_ext_running_in_enterprise()
Determine if the process is running in the enterprise perimeter.
Parent topic:
VPN Extensions API (vpn_ext_api.h)