|
Question : Convert VarPtr to VB.Net
|
|
Hi Experts
here is some code segment in VB. How to convert this into VB.Net '==================================== Dim Info As FIXED_INFO Dim buff() As Byte Dim cbRequired As Integer
CopyMemory(Info, VarPtr(buff(0)), Len(Info))
'====================================
;-) Shiju
|
|
Answer : Convert VarPtr to VB.Net
|
|
|
|
|
|