.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH MSVCRT__getdiskfree 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBMSVCRT__getdiskfree\fR (MSVCRT.@) .SH SYNOPSIS unsigned int CDECL MSVCRT__getdiskfree ( unsigned int \fIdisk\fR, struct MSVCRT__diskfree_t* \fId\fR ) .SH DESCRIPTION .PP Get information about the free space on a drive. .SH PARAMS \fIdisk\fR \fB[In]\fR Drive number to get information about (\fB1\fR = \fB'A'\fR, \fB2\fR = \fB'B'\fR, \fB...\fR). .PP info \fB[Out]\fR Destination for the resulting information. .PP .SH RETURNS .PP \fBSuccess:\fR \fB0.\fR information is updated with the free space information. .PP \fBFailure:\fR An error code from \fBGetLastError(3w)\fR. .SH NOTES .PP See \fBGetLastError(3w)\fR. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/msvcrt/dir.c"\fR. .PP Debug channel \fB"msvcrt"\fR.