struttura FILE_MAILSLOT_SET_INFORMATION (ntifs.h)
La struttura FILE_MAILSLOT_SET_INFORMATION viene utilizzata per impostare un valore in un messaggio mailslot.
Sintassi
typedef struct _FILE_MAILSLOT_SET_INFORMATION {
PLARGE_INTEGER ReadTimeout;
} FILE_MAILSLOT_SET_INFORMATION, *PFILE_MAILSLOT_SET_INFORMATION;
Membri
ReadTimeout
Tempo, espresso in millisecondi, in cui un'operazione di lettura può attendere che un messaggio venga scritto nel file mailslot prima che si verifichi un timeout. Il valore -1 richiede che la lettura attenda per sempre un messaggio senza timeout. Valore 0 richiede che la lettura non attenda e restituisca immediatamente se un messaggio in sospeso è disponibile per essere letto o meno.
Osservazioni
Per altre informazioni, vedere Mailslots.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 2000 |
intestazione | ntifs.h (include FltKernel.h, Ntifs.h) |