NAME

GetFileSizeEx  (KERNEL32.@)

SYNOPSIS

 BOOL GetFileSizeEx
 (
  HANDLE         hFile,
  PLARGE_INTEGER lpFileSize
 )

DESCRIPTION

Retrieve the size of a file.

PARAMS

hFile [In] File to retrieve size of.
lpFileSIze [Out] On return, the size of the file.

RETURNS

Success: TRUE.

Failure: FALSE, check GetLastError.

IMPLEMENTATION

Defined in "winbase.h".

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

Debug channel "file".


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