USBD_QueryBusTime routine
The USBD_QueryBusTime routine has been deprecated in Windows XP and later operating systems. Do not use.
See URB_FUNCTION_GET_CURRENT_FRAME_NUMBER for equivalent functionality that is supported on all versions of Windows.
Syntax
void USBD_QueryBusTime(
_In_ PDEVICE_OBJECT RootHubPdo,
_Out_ PULONG CurrentFrame
);
Parameters
- RootHubPdo [in]
-
Obsolete.
- CurrentFrame [out]
-
Obsolete.
Return value
This routine does not return a value.
Requirements
Version | Deprecated. |
---|---|
Header |
|
Library |
|
See also
Send comments about this topic to Microsoft
Build date: 12/5/2013
Show: