Expand Minimize

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

Usbdlib.h

Library

Usbd.lib

See also

URB_GET_CURRENT_FRAME_NUMBER
Routines for USB Client Drivers

 

 

Send comments about this topic to Microsoft

Build date: 12/5/2013

Show:
© 2014 Microsoft. All rights reserved.