Funzione AcxDataFormatListRetrieveNextFormat (acxdataformat.h)
La funzione AcxDataFormatListRetrieveNextFormat ottiene il formato di dati ACX successivo durante l'iterazione di un elenco di formato dati ACX.
Sintassi
NTSTATUS AcxDataFormatListRetrieveNextFormat(
[in] ACXDATAFORMATLIST AcxDataFormatList,
[in, out] PACX_DATAFORMAT_LIST_ITERATOR Iterator,
[out] ACXDATAFORMAT *Format
);
Parametri
[in] AcxDataFormatList
Elenco di formato dati ACX da cui ottenere l'oggetto ACXDATAFORMAT successivo.
[in, out] Iterator
Puntatore alla struttura ACX_DATAFORMAT_LIST_ITERATOR utilizzata per eseguire l'iterazione di AcxDataFormatList.
[out] Format
Puntatore all'oggetto ACXDATAFORMAT successivo in AcxDataFormatList.
Valore restituito
Il metodo restituisce STATUS_SUCCESS se l'operazione ha esito positivo. In caso contrario, questo metodo potrebbe restituire un codice di errore NTSTATUS appropriato.
Commenti
Dopo che AcxDataFormatListRetrieveNextFormat restituisce, Iterator viene aggiornato per puntare al formato dati successivo nell'elenco dopo Format.
Requisiti ACX
Versione minima DI ACX: 1.0
Per altre informazioni sulle versioni ACX, vedere Panoramica della versione di ACX.
Requisiti
Requisito | Valore |
---|---|
Intestazione | acxdataformat.h |
IRQL | <= DISPATCH_LEVEL |