tagFUNCDESC.oVft Field
Holds the offset in the VTBL for FUNC_VITRUAL.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public oVft As Short
'Usage
Dim instance As tagFUNCDESC
Dim value As Short
value = instance.oVft
instance.oVft = value
public short oVft
public:
short oVft
public var oVft : short
Remarks
See tagFUNCKIND for the FUNC_VIRTUAL description.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.