Tracy Pearson wrote on 2011-06-23: > I'm looking to turn the DateTime() into this 129533150343453462 > > Using www.News2News.com/vfp/?example=399 > > I get these API's > DECLARE INTEGER SystemTimeToFileTime IN kernel32; > STRING lpSystemTime, STRING @lpFileTime > DECLARE INTEGER LocalFileTimeToFileTime IN kernel32; > STRING lpLocalFileTime, STRING @lpFileTime > > Now that I have the FILETIME structure > http://msdn.microsoft.com/en-us/library/ms724284(VS.85).aspx > typedef struct _FILETIME { > DWORD dwLowDateTime; > DWORD dwHighDateTime; > } FILETIME, *PFILETIME; > Using CToBin I can get the parts out. > > How do I actually get the string representation I need? > > Thanks, > Tracy >
Tracy, More digging and I found out I need a string representation of a QWORD. Thank you Mike Yearwood for posting this: http://www.foxridgesoftware.com/Blogs/tabid/84/EntryID/10/Default.aspx Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

