Valhalla Legends Forums Archive | Visual Basic Programming | FileTime Troubles

AuthorMessageTime
UserLoser.
Some values I'm recieving from Battle.net need to be converted from a FILETIME to SYSTEMTIME... Except my only problem is a few of the values are too big to fit in a long, so how can I accomplish storing this value (2651206148) into the dwLowDateTime of the FILETIME struct (which is a long), and successfully convert it over to a SYSTEMTIME struct using FileTimeToSystemTime()?

I've already accomplished this, but the other values are smaller and fit into the FILETIME struct...
January 24, 2004, 3:18 AM
Skywing
You could use everybody's favorite RtlCopyMemory hack?
January 24, 2004, 3:23 AM
UserLoser.
[quote author=Skywing link=board=31;threadid=4867;start=0#msg40860 date=1074914621]
You could use everybody's favorite RtlCopyMemory hack?
[/quote]

Couldn't get it to work, so I went to MS and found this page
January 24, 2004, 3:40 AM

Search