Partager via


IMiniportAudioEngineNode ::SetGfxState, méthode (portcls.h)

Définit l’état du nœud d’effets globaux (GFX) dans le moteur audio.

Syntaxe

NTSTATUS SetGfxState(
  [in] ULONG ulNodeId,
  [in] BOOL  bEnable
);

Paramètres

[in] ulNodeId

ID du nœud GFX.

[in] bEnable

État du nœud GFX.

Valeur de retour

SetGfxState retourne S_OK, si l’appel a réussi. Sinon, la méthode retourne un code d’erreur approprié.

Exigences

Exigence Valeur
plateforme cible Universel
d’en-tête portcls.h

Voir aussi

IMiniportAudioEngineNode