GET_ISO_URB_SIZE macro
The GET_ISO_URB_SIZE macro returns the number of bytes required to hold an isochronous transfer request.
Syntax
ULONG GET_ISO_URB_SIZE(
[in] ULONG NumberOfPackets
);
Parameters
- NumberOfPackets [in]
-
Specifies the number of isochronous transfer packets that will be part of the transfer request.
Return value
GET_ISO_URB_SIZE returns the number of bytes required to hold an isochronous request with the given NumberOfPackets.
Requirements
Header |
|
---|
See also
Send comments about this topic to Microsoft
Build date: 12/5/2013
Show: