Partager via


MÉTHODE IMFTimedTextStyle ::GetShowBackgroundAlways (mfmediaengine.h)

Détermine si le style de texte chronoté affiche toujours l’arrière-plan.

Syntaxe

HRESULT GetShowBackgroundAlways(
  [out] BOOL *showBackgroundAlways
);

Paramètres

[out] showBackgroundAlways

Type : BOOL*

Pointeur vers une variable qui reçoit une valeur qui spécifie si le style de texte chronoté affiche toujours l’arrière-plan. La variable spécifie TRUE si l’arrière-plan est toujours affiché ; sinon, FALSE.

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

Condition requise Valeur
Client minimal pris en charge Windows 10 (applications de bureau uniquement)
Serveur minimal pris en charge Windows Server 2016 (applications de bureau uniquement)
Plateforme cible Windows
En-tête mfmediaengine.h

Voir aussi

IMFTimedTextStyle