Partager via


fonction ACX_AUDIOENGINE_CALLBACKS_INIT (acxelements.h)

La fonction ACX_AUDIOENGINE_CALLBACKS_INIT initialise la structure ACX_AUDIOENGINE_CALLBACKS d’un pilote.

Syntaxe

void ACX_AUDIOENGINE_CALLBACKS_INIT(
  PACX_AUDIOENGINE_CALLBACKS Callbacks
);

Paramètres

Callbacks

Structure ACX_AUDIOENGINE_CALLBACKS.

Valeur de retour

Aucun

Remarques

Exemple

L’exemple d’utilisation est illustré ci-dessous.

    ACX_AUDIOENGINE_CALLBACKS       audioEngineCallbacks;
    ACX_AUDIOENGINE_CALLBACKS_INIT(&audioEngineCallbacks);

Configuration requise pour ACX

version minimale d’ACX : 1.0

Pour plus d’informations sur les versions ACX, consultez vue d’ensemble de la version ACX.

Exigences

Exigence Valeur
d’en-tête acxelements.h

Voir aussi

  • [en-tête acxelements.h](index.md)