.
.
Do not attempt to close streams not opened by fopen (includes _wfopen) or [fopen_s] (includes wfopen_s).
Opens a file. These versions of '''fopen''' and '''_wfopen''' have security enhancements, as described in ''Security Features in the CRT'' [https://msdn.microsoft.com/en-us/library/8ef0s5kh.aspx].
4/10/2015 4:41:09 PM - coleharrisjohnson@gmail.com-72.219.133.104
.
.
[fopen] (includes _wfopen)
.
.
When calling memcmp via pinvoke there is no need to use unsafe code or pinning because the framework will automatically pin the arrays for you.