Partager via


Méthode ITfContextOwnerServices::ForceLoadProperty (msctf.h)

Force le chargement d’une propriété.

Syntaxe

HRESULT ForceLoadProperty(
  [in] ITfProperty *pProp
);

Paramètres

[in] pProp

Pointeur vers un objet ITfProperty qui spécifie la propriété à charger.

Valeur retournée

Cette méthode peut retourner l’une de ces valeurs.

Valeur Description
S_OK
La méthode a réussi.
E_OUTOFMEMORY
Une erreur d’allocation de mémoire s’est produite.
E_FAIL
Une erreur non spécifiée s'est produite.

Notes

L’application doit être en mesure d’accorder un verrou synchrone en lecture seule avant d’appeler cette méthode.

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 ITfContextOwnerServices, ITfContextOwnerServices::Unserialize, interface ITfProperty