Hello!! How do I capture system date and hour on MASM32??

Started by juancabot, October 14, 2005, 02:02:35 PM

Previous topic - Next topic

juancabot

Hello!!

How do I capture system date and hour on MASM32?? Which is the code??

Thanks!!

P1

LOCAL LocalTime:SYSTEMTIME
invoke GetLocalTime, ADDR LocalTime


You will need to lookup SYSTEMTIME structure and pick out what you want.

Regards,  P1  :8)