2.3.15 ULARGE_INTEGER
The ULARGE_INTEGER structure is used to represent a 64-bit unsigned integer value.
-
typedef struct _ULARGE_INTEGER { unsigned __int64 QuadPart; } ULARGE_INTEGER, *PULARGE_INTEGER;
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
The ULARGE_INTEGER structure is used to represent a 64-bit unsigned integer value.
typedef struct _ULARGE_INTEGER { unsigned __int64 QuadPart; } ULARGE_INTEGER, *PULARGE_INTEGER;