ITfCategoryMgr::UnregisterGUIDDescription, méthode (msctf.h)
Supprime la description d’un GUID du Registre Windows.
Syntaxe
HRESULT UnregisterGUIDDescription(
[in] REFCLSID rclsid,
[in] REFGUID rguid
);
Paramètres
[in] rclsid
Contient le CLSID du service de texte propriétaire du GUID.
[in] rguid
Contient le GUID pour lequel la description est supprimée.
Valeur retournée
Cette méthode peut retourner l’une de ces valeurs.
Valeur | Description |
---|---|
|
La méthode a réussi. |
|
Le GUID est introuvable. |
Spécifications
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | msctf.h |
DLL | Msctf.dll |
Composant redistribuable | TSF 1.0 sur Windows 2000 Professionnel |
Voir aussi
Interface ITfCategoryMgr, ITfCategoryMgr::GetGUIDDescription, ITfCategoryMgr::RegisterGUIDDescription