SdPortWait routine
This routine waits for the specified interval before returning.
Syntax
void SdPortWait(
_In_ ULONG Microseconds
);
Parameters
- Microseconds [in]
The amount of time to delay in microseconds.
Return value
This routine does not return a value.
Requirements
Minimum supported client |
Windows 10 |
Minimum supported server |
Windows Server 2016 Technical Preview |
Header |
Sdport.h |
DLL |
Sdport.lib |
IRQL |
_IRQL_requires_max_(DISPATCH_LEVEL) |