CONFIGRET CONFIGMG_Yield(ULONG ulMicroseconds, ULONG ulFlags)
Waits a specified number of microseconds.
CM_YIELD_RESUME_EXEC | Enable software simulation of interrupts. |
CM_YIELD_NO_RESUME_EXEC | Ensures no other VxD gets control (other than hardware interrupts). |
A device driver calls this function during any configuration-handler function in which the adapter needs a delay. For example, some PCMCIA IO cards require a delay of several seconds before being configured or reconfigured to a specified IO space.