Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 32 of file ramdisk.c.
{ // // Give current seek offset and ram disk size to caller // RtlZeroMemory(Information, sizeof(FILEINFORMATION)); Information->EndingAddress.LowPart = gRamDiskSize; Information->CurrentAddress.LowPart = gRamDiskOffset; return ESUCCESS; }