Struktura FILETIME

FILETIME Struktura jest wartość 64-bitowa reprezentująca liczbę interwałów 100 nanosekund od 1 stycznia 1601.

typedef struct _FILETIME { 
   DWORD dwLowDateTime;   /* low 32 bits  */ 
   DWORD dwHighDateTime;  /* high 32 bits */ 
} FILETIME, *PFILETIME, *LPFILETIME;

Parametry

  • dwLowDateTime
    Określa niski 32 bity czas pliku.

  • dwHighDateTime
    Określa wysoki 32 bity czas pliku.

Wymagania

Nagłówek: windef.h

Zobacz też

Informacje

CTime::CTime

Inne zasoby

Struktury, style, wywołania zwrotne i mapy komunikatów