Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 35 of file image.c.
{ IMAGE_NT_HEADERS* nth = RtlImageNtHeader(Module); return (nth) ? nth->FileHeader.TimeDateStamp : 0; }