| Sign In/My Account | View Cart |
| Article: |
Intro to Managed C++, Part 2: Mixing Managed and Unmanaged Code | |
| Subject: | Pinning a stack variable? | |
| Date: | 2003-04-10 10:47:39 | |
| From: | anonymous2 | |
|
Is it really necessary to pin an int before passing a pointer to it to unmanaged code here:
|
||