.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetDriveType16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetDriveType16\fR (KRNL386.136) .SH SYNOPSIS UINT16 GetDriveType16 ( UINT16 \fIdrive\fR ) .SH PARAMS \fB[In]\fR number (\fBNOT\fR letter) of \fIdrive\fR. .PP .SH DESCRIPTION .PP Get the type of a \fIdrive\fR in Win16. .SH RETURNS .PP The type of the Drive. For a list see GetDriveTypeW from kernel32. .SH NOTES .PP Note that it returns \fBDRIVE_REMOTE\fR for CD-ROMs, since \fBMSCDEX\fR uses the remote \fIdrive\fR \fBAPI\fR. The return value \fBDRIVE_REMOTE\fR for CD-ROMs has been verified on Win \fB3.11\fR and Windows(tm) \fB95.\fR Some programs rely on it, so don't do any pseudo-clever changes. .SH IMPLEMENTATION .PP Declared in \fB"wine/winbase16.h"\fR. .PP Implemented in \fB"dlls/krnl386.exe16/file.c"\fR. .PP Debug channel \fB"file"\fR.