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 "dlls/shlwapi/path.c". source.winehq.org/source/dlls/shlwapi/path.c

Debug channel "shell".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.