Funzione AcxPinGetType (acxpin.h)
La funzione AcxPinGetType restituisce il tipo del pin specificato.
Sintassi
ACX_PIN_TYPE AcxPinGetType(
[in] ACXPIN AcxPin
);
Parametri
[in] AcxPin
Segnaposto per il quale ottenere il tipo.
Valore restituito
Restituisce un valore dall'enumerazione ACX_PIN_TYPE.
Osservazioni
Il valore restituito indica se il pin è un'origine, un sink o un altro tipo.
Requisiti ACX
versione minima di ACX: 1.0
Per altre informazioni sulle versioni di ACX, vedere panoramica della versione ACX.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | acxpin.h |
IRQL | <= DISPATCH_LEVEL |
Vedere anche
- ACX_PIN_TYPE
- [intestazione acxpin.h](index.md)