MWiz3

Results 1 issues of MWiz3

Testing the ReadHGlobalIntoStream method I found my result had corrupted files if their size was over 4096 bytes. I believe adding this line corrected the issue: `source = new IntPtr(source.ToInt64()...