Méthode ITfClientId ::GetClientId (msctf.h)
Obtient un identificateur client pour un CLSID.
Syntaxe
HRESULT GetClientId(
[in] REFCLSID rclsid,
[out] TfClientId *ptid
);
Paramètres
[in] rclsid
CLSID pour lequel obtenir l’identificateur du client.
[out] ptid
Pointeur vers une valeur TfClientId qui reçoit l’identificateur du client.
Valeur retournée
Cette méthode peut retourner l’une de ces valeurs.
Valeur | Description |
---|---|
|
La méthode a réussi. |
Remarques
Une application obtient son identificateur client en appelant ITfThreadMgr ::Activate et un service de texte reçoit son identificateur client dans sa méthode ITfTextInputProcessor ::Activate . ITfClientId ::GetClientId permet aux objets TSF qui ne correspondent à aucune de ces catégories d’obtenir leur propre identificateur client.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | msctf.h |
DLL | Msctf.dll |
Composant redistribuable | TSF 1.0 sur Windows 2000 Professionnel |
Voir aussi
Interface ITfClientId, ITfTextInputProcessor ::Activate, ITfThreadMgr ::Activate, TfClientId