VbPointerT Constructor
Initializes a new instance of the
VbPointerT struct.
Namespace: DevCase.Win32.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public VbPointer(
IntPtr address
)
Public Sub New (
address As IntPtr
)
Dim address As IntPtr
Dim instance As New VbPointer(address)
public:
VbPointer(
IntPtr address
)
new :
address : IntPtr -> VbPointer
No code example is currently available or this language may not be supported.
Parameters
- address IntPtr
-
The base address of unmanaged memory.