I need to pass ULONG_PTR to insecure C # code.
I understand that the reason for ULONG_PTR is to create a single code base for 32-bit and 64-bit operating systems.
Is this the case for C # UIntPtr ? Can I be sure to pass .Net UIntPtr as the ULONG_PTR parameter?
Thanks!
c # types winapi interop
divinci
source share