função ACX_AUDIOENGINE_CALLBACKS_INIT (acxelements.h)
A função ACX_AUDIOENGINE_CALLBACKS_INIT inicializa a estrutura de ACX_AUDIOENGINE_CALLBACKS de um driver.
Sintaxe
void ACX_AUDIOENGINE_CALLBACKS_INIT(
PACX_AUDIOENGINE_CALLBACKS Callbacks
);
Parâmetros
Callbacks
Uma estrutura ACX_AUDIOENGINE_CALLBACKS .
Retornar valor
Nenhum
Comentários
Exemplo
O uso de exemplo é mostrado abaixo.
ACX_AUDIOENGINE_CALLBACKS audioEngineCallbacks;
ACX_AUDIOENGINE_CALLBACKS_INIT(&audioEngineCallbacks);
Requisitos do ACX
Versão mínima do ACX: 1.0
Para obter mais informações sobre versões do ACX, consulte Visão geral da versão do ACX.
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | acxelements.h |
Confira também
- [cabeçalho acxelements.h] (index.md)