Esempio n. 1
0
        public void ControlBackgroundFlush(BGFLUSH bgflush)
        {
            int status = FLIControlBackgroundFlush(dev, bgflush);

            if (0 != status)
            {
                throw new Win32Exception(-status);
            }
        }
Esempio n. 2
0
 public void ControlBackgroundFlush(BGFLUSH bgflush)
 {
     int status = FLIControlBackgroundFlush(dev, bgflush);
     if (0 != status)
         throw new Win32Exception(-status);
 }
Esempio n. 3
0
 private static extern int FLIControlBackgroundFlush(IntPtr dev, BGFLUSH bgflush);
Esempio n. 4
0
 private static extern int FLIControlBackgroundFlush(IntPtr dev, BGFLUSH bgflush);