Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |