windows_programming_notes.nbk: Home | Index | Next Page: FindResource | Previous Page: ExtTextOut


 FILETIME

The FILETIME structure is a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).

Syntax

    typedef struct _FILETIME { 
        DWORD dwLowDateTime; 
        DWORD dwHighDateTime; 
    } FILETIME, *PFILETIME; 

Members

Remarks

Requirements


windows_programming_notes.nbk: Home | Index | Next Page: FindResource | Previous Page: ExtTextOut


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time