SecHandle structure (sspi.h)

Represents a security handle.

Syntax

typedef struct _SecHandle {
  ULONG_PTR dwLower;
  ULONG_PTR dwUpper;
} SecHandle, *PSecHandle;

Members

dwLower

The lower 32 bits of the handle.

dwUpper

The upper 32 bits of the handle.

Requirements

Requirement Value
Header sspi.h