Partager via


PathCreateFromUrlAlloc, fonction (shlwapi.h)

Crée un chemin d’accès à partir d’une URL de fichier.

Syntaxe

LWSTDAPI PathCreateFromUrlAlloc(
  [in]  PCWSTR pszIn,
  [out] PWSTR  *ppszOut,
        DWORD  dwFlags
);

Paramètres

[in] pszIn

Type : PCWSTR

Pointeur vers l’URL d’un fichier, représenté sous la forme d’une chaîne Unicode terminée par un caractère Null.

[out] ppszOut

Type : PWSTR*

Adresse d’un pointeur vers une mémoire tampon de longueur MAX_PATH qui, lorsque cette fonction retourne correctement, reçoit le chemin du fichier.

dwFlags

Type : DWORD

Réservé, doit être 0.

Valeur retournée

Type : HRESULT

Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

   
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
Plateforme cible Windows
En-tête shlwapi.h
DLL Shlwapi.dll