ICurrentWorkingDirectory::SetDirectory, méthode (shlobj.h)
Définit le répertoire de travail actuel.
Syntaxe
HRESULT SetDirectory(
[in] PCWSTR pwzPath
);
Paramètres
[in] pwzPath
Type : PCWSTR
Pointeur vers le chemin complet du nouveau répertoire de travail, sous la forme d’une chaîne Unicode terminée par une valeur Null.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Client minimal pris en charge | Windows 2000 Professionnel, Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | shlobj.h |
DLL | Shell32.dll (version 5.0 ou ultérieure) |