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