NAME

_getdiskfree  (MSVCRT.@)

SYNOPSIS

 unsigned int CDECL  _getdiskfree
 (
  unsigned int        disk,
  struct _diskfree_t* d
 )

DESCRIPTION

Get information about the free space on a drive.

PARAMS

disk [In] Drive number to get information about (1 = 'A', 2 = 'B', ...).
info [Out] Destination for the resulting information.

RETURNS

Success: 0. information is updated with the free space information.

Failure: An error code from GetLastError.

NOTES

See GetLastError.

IMPLEMENTATION

Declared in "msvcrt/dos.h". https://source.winehq.org/source/include/msvcrt/dos.h

Implemented in "dlls/msvcrt/dir.c". https://source.winehq.org/source/dlls/msvcrt/dir.c

Debug channel "msvcrt".


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