Funzione DeviceDsmValidateOutputLength (ntddstor.h)
La funzione DeviceDsmValidateOutputLength convalida la lunghezza di un buffer di output.
Sintassi
BOOLEAN DeviceDsmValidateOutputLength(
PDEVICE_DSM_DEFINITION Definition,
ULONG OutputLength
);
Parametri
Definition
Puntatore a una struttura DEVICE_DSM_DEFINITION che definisce l'operazione.
OutputLength
Lunghezza, in byte, del buffer di output.
Valore restituito
DeviceDsmValidateOutputLength restituisce TRUE quando la lunghezza del buffer di output è valida; in caso contrario, restituisce FALSE.
Commenti
Il buffer di output include la struttura DEVICE_DSM_OUTPUT e il blocco di output che lo segue immediatamente, se presente.
Per altre informazioni sulla gestione di un DSM, vedere Panoramica di Gestione set di dati .
Requisiti
Requisito | Valore |
---|---|
Intestazione | ntddstor.h |