PathGetDriveNumberA(3w)
NAME
PathGetDriveNumberA (SHLWAPI.@)
SYNOPSIS
int PathGetDriveNumberA
(
LPCSTR lpszPath
)
DESCRIPTION
Return the drive number from a path.
PARAMS
lpszPath [In] Path to get the drive number from.
RETURNS
Success: The drive number corresponding to the drive in the path
Failure: -1, if lpszPath contains no valid drive
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/path.c".
- Debug channel "shell".