SECURITY_INTEGER structure (sspi.h)

SECURITY_INTEGER is a structure that holds a numeric value. It is used in defining other types.

Syntax

typedef struct _SECURITY_INTEGER {
  unsigned long LowPart;
  long          HighPart;
} SECURITY_INTEGER, *PSECURITY_INTEGER;

Members

LowPart

Least significant digits.

HighPart

Most significant digits.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header sspi.h (include Security.h)