Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 135 of file clocks.c.
{ PKSCORRELATED_TIME Time = (PKSCORRELATED_TIME)Data; PIO_STACK_LOCATION IoStack = IoGetCurrentIrpStackLocation(Irp); DPRINT("ClockPropertyCorrelatedTime\n"); Time->Time = ClockGetCorrelatedTime(IoStack->FileObject, &Time->SystemTime); Irp->IoStatus.Information = sizeof(KSCORRELATED_TIME); return STATUS_SUCCESS; }