MSVCRT__getdiskfree (MSVCRT.@)
unsigned int CDECL MSVCRT__getdiskfree ( unsigned int disk, struct MSVCRT__diskfree_t* d )
Get information about the free space on a drive.
disk | [In] | Drive number to get information about (1 = 'A', 2 = 'B', ...). |
info | [Out] | Destination for the resulting information. |
Success: 0. information is updated with the free space information.
Failure: An error code from GetLastError.
See GetLastError.
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/msvcrt/dir.c". source.winehq.org/source/dlls/msvcrt/dir.c
Debug channel "msvcrt".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.