Partager via


OLD_LARGE_INTEGER structure (subauth.h)

La structure OLD_LARGE_INTEGER est utilisée pour représenter une valeur entière signée 64 bits sous la forme de deux entiers 32 bits.

Syntaxe

typedef struct _OLD_LARGE_INTEGER {
  ULONG LowPart;
  LONG  HighPart;
} OLD_LARGE_INTEGER, *POLD_LARGE_INTEGER;

Membres

LowPart

32 bits de bas ordre.

HighPart

32 bits d’ordre élevé. Le signe de ce membre détermine le signe de l’entier 64 bits.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
En-tête subauth.h