VpatVpatPtr Property

CVB.Net Documentation
Pointer to the native VPAT structure.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public IntPtr VpatPtr { get; }

Property Value

Type: IntPtr
Remarks

This points to the first VpatEntry and can be interpreted as Entry* in unsafe context.
See Also

Reference