andrew4582

FlushFileBuffers

Aug 29th, 2010
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. [DllImport("KERNEL32", SetLastError = true)]
  2.     private static extern void FlushFileBuffers(IntPtr handle);
Advertisement
Add Comment
Please, Sign In to add comment