.\" -*- nroff -*-
.\" Generated file - DO NOT EDIT!
.TH MSVCRT__getdrive 3w "Oct 2012" "Wine API" "Wine API"

.SH NAME
\fBMSVCRT__getdrive\fR (MSVCRT.@)
.SH SYNOPSIS
int CDECL  MSVCRT__getdrive
 (
 )

.SH DESCRIPTION
.PP
Get the current drive number. 

.SH PARAMS
None.
.PP

.SH RETURNS
.PP
\fBSuccess:\fR The drive letter number from \fB1\fR to \fB26\fR (\fB"A:"\fR to \fB"Z:"\fR). 
.PP
\fBFailure:\fR \fB0.\fR 

.SH IMPLEMENTATION
.PP
Declared in \fB"msvcrt.h"\fR. 
.PP
Implemented in \fB"dlls/msvcrt/dir.c"\fR. 
.PP
Debug channel \fB"msvcrt"\fR.