Condividi tramite


Funzione AcxStreamInitSetAcxRtStreamSupportsNotifications (acxstreams.h)

La funzione AcxStreamInitSetAcxRtStreamSupportsNotifications viene usata per indicare che le notifiche del buffer sono supportate.

Sintassi

void AcxStreamInitSetAcxRtStreamSupportsNotifications(
  [in] PACXSTREAM_INIT StreamInit
);

Parametri

[in] StreamInit

Indirizzo di un oggetto ACXSTREAM_INIT utilizzato per definire i parametri di inizializzazione del flusso. Per altre informazioni sugli oggetti ACX, vedere ACX - Summary of ACX Objects.

Valore restituito

Nessuno

Osservazioni

Esempio

Di seguito è riportato un esempio di utilizzo.

    //
    // Buffer notifications are supported.
    //
    AcxStreamInitSetAcxRtStreamSupportsNotifications(StreamInit);

Requisiti ACX

versione minima di ACX: 1.0

Per altre informazioni sulle versioni di ACX, vedere panoramica della versione ACX.

Fabbisogno

Requisito Valore
intestazione acxstreams.h
IRQL PASSIVE_LEVEL

Vedere anche