|
Posted by Andrey Yatsyk [eMVP] on September 15, 2005, 11:49 am
Please log in for more thread options
It is possible to convert __int64 to FILETIME same way as FILETIME to
__int64. When converting from FILETIME don't forget about align. __int64
should have 8 bytes align but FILETIME struct has 4 butes align.
--
Andrey
> Hi
>
> Is there any way to convert _int64 to FILETIME. I can convert FileTime to
> _int64. Can reverse is also possible
>
> thnx in advance
>
|