Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "FlushFileBuffers" in [All]

kernel32

.

    private static extern bool FlushFileBuffers(IntPtr handle);

.

        FlushFileBuffers(_handle);

.
Summary
.

static extern bool FlushFileBuffers(IntPtr hFile);

.

static extern bool FlushFileBuffers(SafeFileHandle hFile);

.

<DllImport("kernel32.dll", SetLastError:=True)> Private Shared Function FlushFileBuffers(ByVal hFile As IntPtr) As Boolean

.
Documentation
[FlushFileBuffers] on MSDN

 
Access PInvoke.net directly from VS: