Méthode ITfCreatePropertyStore::CreatePropertyStore (msctf.h)
Crée un objet de magasin de propriétés à partir de données de magasin de propriétés sérialisées.
Syntaxe
HRESULT CreatePropertyStore(
[in] REFGUID guidProp,
[in] ITfRange *pRange,
[in] ULONG cb,
[in] IStream *pStream,
[out] ITfPropertyStore **ppStore
);
Paramètres
[in] guidProp
Contient l’identificateur de type de la propriété . Pour plus d’informations, consultez ITfPropertyStore::GetType.
[in] pRange
Pointeur vers un objet ITfRange qui contient le texte à couvrir par le magasin de propriétés.
[in] cb
Contient la taille, en octets, des données du magasin de propriétés contenues dans pStream.
[in] pStream
Pointeur vers un objet IStream qui contient les données du magasin de propriétés.
[out] ppStore
Pointeur vers un pointeur d’interface ITfPropertyStore qui reçoit l’objet de magasin de propriétés créé par cette méthode.
Valeur retournée
Cette méthode peut retourner l’une de ces valeurs.
Valeur | Description |
---|---|
|
La méthode a réussi. |
Spécifications
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 | Tiptsf.dll |
Composant redistribuable | TSF 1.0 sur Windows 2000 Professionnel |
Voir aussi
Interface ITfCreatePropertyStore, interface ITfPropertyStore, ITfPropertyStore::GetType, interface ITfRange