NAME

NtFlushBuffersFile  (NTDLL.@)

SYNOPSIS

 NTSTATUS NtFlushBuffersFile
 (
  HANDLE           hFile,
  IO_STATUS_BLOCK* IoStatusBlock
 )

DESCRIPTION

Flush any buffered data on an open file handle.

PARAMS

FileHandle [In] Handle returned from ZwOpenFile or ZwCreateFile.
IoStatusBlock [Out] Receives information about the operation on return.

RETURNS

Success: 0. IoStatusBlock is updated.

Failure: An NTSTATUS error code describing the error.

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "dlls/ntdll/file.c". source.winehq.org/source/dlls/ntdll/file.c

Debug channel "ntdll".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.