Top "Intptr" questions

IntPtr is a .NET Framework platform-specific type that is used to represent a pointer or a handle.

Proper IntPtr use in C#

I think I understand the use of IntPtr, though I'm really not sure. I copied the IDisposable pattern from MSDN …

c# idisposable intptr
C# - Emgu cv How to load an image from a folder using CvInvoke.cvLoadImage("ClassPic1.jpg") as intptr and access it

How to load an image from a specific folder using Emgu cv CvInvoke.cvLoadImage(...)?I am tryng to do it …

invoke emgucv intptr loadimage
How to convert an IntPtr back into an object

All, this is a follow up from a previous question here: C# formatting external Dll function parameters Here specifically is …

c# unmanaged marshalling intptr
what is intptr?

I didn't understand what is IntPtr, could someone explain this? thanks

c++-cli intptr
DLLImport -> how to handle a HANDLE in C#

in my C# code I want to import a C++ DLL. I use the dllimport and it works fine with …

c# c++ dllimport handle intptr
What do LRESULT, WPARAM and LPARAM mean?

I'm importing WinApi functions, writing callbacks etc. (example) in C# and always wonder: what do they mean ? LRESULT as last …

c# winapi pointers intptr
It is possible to get an IntPtr from an int[] array?

Greetings. In C#: If I have an int[] array declared like this int[] array = new array[size]; there is an …

c# int intptr emgucv stride
C# Can I check if an IntPtr is null?

I have an IntPtr field in my C# class. It holds a reference to an object in a C++ library. …

c# null intptr
How can I get IntPtr pointer from object

I'm working on a finger-print device, the manufacture (Upek) gave me a c++ BSAPI.dll so I need to use …

.net c++ fingerprint intptr
How to convert byte[] array to IntPtr?

Possible Duplicate: How to get IntPtr from byte[] in C# I'm reading strings from memory with byte[] array = reader.ReadProcessMemory((…

c# byte intptr readprocessmemory