Partager via


Fonction PathCchStripPrefix (pathcch.h)

Supprime le préfixe « \ ? », le cas échéant, d’un chemin d’accès de fichier.

Syntaxe

WINPATHCCHAPI HRESULT PathCchStripPrefix(
  [in, out] PWSTR  pszPath,
  [in]      size_t cchPath
);

Paramètres

[in, out] pszPath

Pointeur vers la chaîne de chemin d’accès. Lorsque cette fonction retourne correctement, le préfixe a été supprimé dans la même chaîne de chemin d’accès, si le préfixe était présent. Si aucun préfixe n’était présent, la chaîne est inchangée.

[in] cchPath

Taille de la mémoire tampon pointée vers pszPath, en caractères.

Valeur retournée

Cette fonction retourne S_OK si le préfixe a été supprimé, S_FALSE si le chemin d’accès n’avait pas de préfixe à supprimer ou un code d’échec HRESULT .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête pathcch.h
Bibliothèque Pathcch.lib