I
_iycrd
Is there an easy way to pin a pointer that is a member of a class, and
leave that pointer pinned for the duration of the class's existence?
The pointer would presumably be pinned inside the class's constructor,
but maintain the pin after exiting the constructor.
The syntax, at least under C++/CLI, seems to require simultaneous
declaration and pinning. Any way around that?
leave that pointer pinned for the duration of the class's existence?
The pointer would presumably be pinned inside the class's constructor,
but maintain the pin after exiting the constructor.
The syntax, at least under C++/CLI, seems to require simultaneous
declaration and pinning. Any way around that?