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;
Ce navigateur n’est plus pris en charge.
Effectuez une mise à niveau vers Microsoft Edge pour tirer parti des dernières fonctionnalités, des mises à jour de sécurité et du support technique.
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;