FONCTION WICMapShortNameToGuid (wincodec.h)
Obtient le GUID associé au nom court donné.
Syntaxe
HRESULT WICMapShortNameToGuid(
[in] PCWSTR wzName,
[out] GUID *pguid
);
Paramètres
[in] wzName
Type : const WCHAR*
Pointeur vers le nom court.
[out] pguid
Type : GUID*
Pointeur qui reçoit le GUID associé au nom court donné.
Valeur retournée
Type : HRESULT
Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Remarques
Vous pouvez étendre le mappage de noms courts en ajoutant à la clé de Registre suivante :
HKEY_CLASSES_ROOT CLSID {FAE3D380-FEA4-4623-8C75-C6B61110B681} Namespace ...
Pour plus d’informations, consultez Comment écrire un codec WIC-Enabled.
Configuration requise
Client minimal pris en charge | Windows XP avec SP2, Windows Vista [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau | applications UWP] |
Plateforme cible | Windows |
En-tête | wincodec.h |
Bibliothèque | Windowscodecs.lib |
DLL | Windowscodecs.dll |