List Question
17 TechQA 2019-05-29T16:57:43.233000Managed to native value class conversion: is it safe to cast pointer?
244 views
Asked by whats_wrong_here
Is it necessary to release pin_ptr or is it done automatically?
916 views
Asked by Lion King
C++/CLI pin_ptr's usage in proper way
2.9k views
Asked by nolleh
C++/CLI method calls native method to modify int - need pin_ptr?
455 views
Asked by Whitney Kew
Using the memory allocated by a CLI array as storage for an unmanaged class
760 views
Asked by Goz
Convert C++/CLI User Defined Object (%) to Native C++ object (&)
354 views
Asked by AnonymousJ
How can I save a object, so that it won't get collected by the GC in C++/CX
158 views
Asked by rosu alin
cli::array<Byte> as member in mixed class
356 views
Asked by solyd
pin_ptr & PtrToStringChars vs. StringToHGlobalAnsi: Why does PtrToStringChars var loose its value?
5.8k views
Asked by Tobias Knauss
useless pin_ptr while copying array
1.4k views
Asked by ekt
issues with interior_ptr pin_ptr
946 views
Asked by Dmitry
Access violation when using pin_ptr?
1.3k views
Asked by Hossein Zeinali
pin_ptr and interior_ptr in vc++
1.5k views
Asked by Vikyboss
pin_ptr a native void* help
922 views
Asked by Tom Fobear
Do I need a pin_ptr to pass a literal string?
323 views
Asked by MartÃn
how to put a pin_ptr into a generic list?
875 views
Asked by stuck
pin_ptr performance relative to native (VC) heap objects
1k views
Asked by Yuri Astrakhan