Funzione WifiRequestGetInOutBuffer (wificx.h)
I driver WiFiCx chiamano la funzione wifiRequestGetInOutBuffer per ottenere il buffer di input/output per un messaggio di comando.
Sintassi
PVOID WifiRequestGetInOutBuffer(
WIFIREQUEST Request,
UINT *InputBufferLength,
UINT *OutBufferLength
);
Parametri
Request
[In] Handle per l'oggetto framework che rappresenta un messaggio di comando dal framework WiFiCx.
InputBufferLength
[Out_opt] Puntatore alla posizione che riceve la lunghezza, in byte, del buffer di input del messaggio del comando.
OutBufferLength
[Out_opt] Puntatore alla posizione che riceve la lunghezza, in byte, del buffer di output del messaggio del comando.
Valore restituito
Restituisce un puntatore alla posizione di memoria in cui è archiviato il messaggio di comando.
Osservazioni
Per altre informazioni, vedere Gestione dei messaggi dei comandi WiFiCx.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 11 |
server minimo supportato | Windows Server 2022 |
intestazione | wificx.h |
IRQL | <= DISPATCH_LEVEL |