PathGetDriveNumberA (SHLWAPI.@)
int PathGetDriveNumberA ( LPCSTR lpszPath )
Return the drive number from a path.
lpszPath | [In] | Path to get the drive number from. |
Success: The drive number corresponding to the drive in the path
Failure: -1, if lpszPath contains no valid drive
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.