VpnPacketBuffer(VpnPacketBuffer, UInt32, UInt32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Not used.
public:
VpnPacketBuffer(VpnPacketBuffer ^ parentBuffer, unsigned int offset, unsigned int length);
VpnPacketBuffer(VpnPacketBuffer const& parentBuffer, uint32_t const& offset, uint32_t const& length);
public VpnPacketBuffer(VpnPacketBuffer parentBuffer, uint offset, uint length);
function VpnPacketBuffer(parentBuffer, offset, length)
Public Sub New (parentBuffer As VpnPacketBuffer, offset As UInteger, length As UInteger)
Parameters
- parentBuffer
- VpnPacketBuffer
A pointer to the parent buffer in the chain.
- offset
-
UInt32
unsigned int
uint32_t
Offset value.
- length
-
UInt32
unsigned int
uint32_t
The size of the buffer.
Windows requirements
App capabilities |
networkingVpnProvider
|