SoundGetTime

LARGE_INTEGER
   SoundGetTime(
       VOID
       );

The SoundGetTime function returns a time value in 100-nanosecond units.

Parameters

None.

Return Value

Returns a time value in 100-nanosecond units.

Comments

This function calls KeQueryPerformanceCounter. Refer to the Kernel-Mode Drivers Reference for a discussion of KeQueryPerformanceCounter and restrictions on its use.