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