Пример #1
0
        public void ControlBackgroundFlush(BGFLUSH bgflush)
        {
            int status = FLIControlBackgroundFlush(dev, bgflush);

            if (0 != status)
            {
                throw new Win32Exception(-status);
            }
        }
Пример #2
0
 public void ControlBackgroundFlush(BGFLUSH bgflush)
 {
     int status = FLIControlBackgroundFlush(dev, bgflush);
     if (0 != status)
         throw new Win32Exception(-status);
 }
Пример #3
0
 private static extern int FLIControlBackgroundFlush(IntPtr dev, BGFLUSH bgflush);
Пример #4
0
 private static extern int FLIControlBackgroundFlush(IntPtr dev, BGFLUSH bgflush);