How to Convert Windows Filetime

104 26
    • 1). Click "Start," "Programs" and open your code editing program.

    • 2). Click "File," "Open" and select the project for which you wish to include a converted FileTime.

    • 3). Type in the following code: "BOOL WINAPI FileTimeToLocalFileTime(", " __in const FILETIME *lpFileTime,", " __out LPFILETIME lpLocalFileTime );". Replace "lpFileTime in" with the structure whose FileTime is to be converted and "lpFileTime out" with the structure you wish to contain the converted FileTime.

Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.