I apologize if I am being totally stupid, but I would like to use this code, but you state that I must fist create a Filetime Dll Structure- which I am not sure how to do. Here's the situation: I have some filetime data that I am receiving in an XML document and I would like to convert it to user readable MM/DD/YYYY HH:MM:SS format.
Here is an example of the data I receive:
<CREATIONTIME>
<HIGHPART>0x01C6FE83</HIGHPART>
<LOWPART>0x92D51928</LOWPART>
</CREATIONTIME>
<LASTMODIFICATIONTIME>
<HIGHPART>0x01C6FE97</HIGHPART>
<LOWPART>0x395C54EA</LOWPART>
</LASTMODIFICATIONTIME>
I have been doing a lot of reading on this forum, MSDN, Google searches, etc. and I am somehow just not seeing the answer. Could someone do a little hand-holding for me and lead me to the answer without flaming me for being a dumbass?