Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
This structure specifies the size of the input and output queues. Executing IOCTL_SERIAL_SET_QUEUE_SIZE populates this structure.
typedef struct _SERIAL_QUEUE_SIZES { DWORD cbInQueue; DWORD cbOutQueue;} SERIAL_QUEUE_SIZES, *PSERIAL_QUEUE_SIZES;
Members
- cbInQueue
Number of bytes requested for the input queue. - cbOutQueue
Number of bytes requested for the output queue.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Pegdser.h.
See Also
Send Feedback on this topic to the authors