DataPointer Constructor(IntPtr,Int32)
In This Topic
Initializes a new instance of the
DataPointer struct.
Syntax
'Declaration
Public Function New( _
ByVal As System.IntPtr, _
ByVal As System.Integer _
)
public DataPointer(
System.IntPtr ,
System.int
)
Parameters
- pointer
- The pointer.
- size
- The size.
See Also