Scroll to navigation

MSVCRT__getdrive(3w) Wine API MSVCRT__getdrive(3w)

NAME

MSVCRT__getdrive (MSVCRT.@)

SYNOPSIS

int CDECL MSVCRT__getdrive
(
)
 

DESCRIPTION

Get the current drive number.
 

PARAMS

None.
 

RETURNS

Success: The drive letter number from 1 to 26 ("A:" to "Z:").
Failure: 0.
 

IMPLEMENTATION

Declared in "msvcrt.h".
Implemented in "dlls/msvcrt/dir.c".
Debug channel "msvcrt".
Oct 2012 Wine API