Search found 1 match

by Adam Kirchoff
Tue Oct 20, 2020 3:08 pm
Forum: Instrument Control
Topic: Grab to MMF
Replies: 17
Views: 11479

Re: Grab to MMF

First of all follow the guidelines and then do this IntPtr fileHandle = OpenFileMapping(SECTION_MAP_READ, false, strFileName); if (fileHandle == IntPtr.Zero) { LogInfo("Erreur OpenFileMapping Grab Image to MMF"); } else { // Obtain a read/write map for the entire file IntPtr fileMap = MapV...