2.3.5 LARGE_INTEGER
The LARGE_INTEGER structure is used to represent a 64-bit signed integer value.
-
typedef struct _LARGE_INTEGER { signed __int64 QuadPart; } LARGE_INTEGER, *PLARGE_INTEGER;
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
The LARGE_INTEGER structure is used to represent a 64-bit signed integer value.
typedef struct _LARGE_INTEGER { signed __int64 QuadPart; } LARGE_INTEGER, *PLARGE_INTEGER;