예제 #1
0
        public void ControlBackgroundFlush(BGFLUSH bgflush)
        {
            int status = FLIControlBackgroundFlush(dev, bgflush);

            if (0 != status)
            {
                throw new Win32Exception(-status);
            }
        }
예제 #2
0
파일: FliSharp.cs 프로젝트: eliotg/FliSharp
 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
파일: FliSharp.cs 프로젝트: eliotg/FliSharp
 private static extern int FLIControlBackgroundFlush(IntPtr dev, BGFLUSH bgflush);