MSVCRT__getdiskfree(3w)

NAME

MSVCRT__getdiskfree (MSVCRT.@)

SYNOPSIS

unsigned int CDECL  MSVCRT__getdiskfree
 (
  unsigned int               disk,
  struct MSVCRT__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(3w).

NOTES

See GetLastError(3w).

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/msvcrt/dir.c".

Debug channel "msvcrt".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout