Funzione AcxPinNotifyDataFormatChange (acxpin.h)
La funzione AcxPinNotifyDataFormatChange viene chiamata per generare un evento di notifica di modifica del formato dati per il pin specificato.
Sintassi
NTSTATUS AcxPinNotifyDataFormatChange(
[in] ACXPIN Pin
);
Parametri
[in] Pin
Pin per cui generare la notifica di modifica del formato dati.
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
Requisiti ACX
Versione minima DI ACX: 1.0
Per altre informazioni sulle versioni ACX, vedere Panoramica della versione di ACX.
Requisiti
Requisito | Valore |
---|---|
Intestazione | acxpin.h |
IRQL | <= DISPATCH_LEVEL |
Vedi anche
- [acxpin.h header] (index.md)