VB.NET - How to declare and use system.intptr in vb.net?

Asked By D N C on 19-Aug-13 02:26 AM
Hello All,

how do we use system.intptr as buffer?
the data to be written on it will be fetched during runtime...

The following method describes the requirement.

Public Function GetText(byRef pos as Cursor, buffer as system.IntPtr, bufSize as integer)