PathGetDriveNumberA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "shell".