IVpnPacketBufferFactory IVpnPacketBufferFactory IVpnPacketBufferFactory IVpnPacketBufferFactory Interface

Definition

This interface is reserved for system use.

public : interface IVpnPacketBufferFactorypublic interface IVpnPacketBufferFactoryPublic Interface IVpnPacketBufferFactory// You can use this interface in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)
Capabilities
networkingVpnProvider

Methods

CreateVpnPacketBuffer(VpnPacketBuffer, UInt32, UInt32) CreateVpnPacketBuffer(VpnPacketBuffer, UInt32, UInt32) CreateVpnPacketBuffer(VpnPacketBuffer, UInt32, UInt32) CreateVpnPacketBuffer(VpnPacketBuffer, UInt32, UInt32)

Reserved.

public : VpnPacketBuffer CreateVpnPacketBuffer(VpnPacketBuffer parentBuffer, unsigned int offset, unsigned int length)public VpnPacketBuffer CreateVpnPacketBuffer(VpnPacketBuffer parentBuffer, UInt32 offset, UInt32 length)Public Function CreateVpnPacketBuffer(parentBuffer As VpnPacketBuffer, offset As UInt32, length As UInt32) As VpnPacketBuffer// You can use this method in JavaScript.
Parameters
offset
unsigned int UInt32 UInt32 UInt32

Reserved.

length
unsigned int UInt32 UInt32 UInt32

Not used.

Returns
Additional features and requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)
Capabilities
networkingVpnProvider