SSPI Handles (Windows CE 5.0)
SSPI uses the following handle types and pointers to these handles:
- SecHandle and PSecHandle
- CredHandle and PCredHandle
- CtxtHandle and PCtxtHandle
These handle types and pointers to these handle types are defined in the following syntax:
typedef struct _SecHandle {
ULONG_PTR dwLower;
ULONG_PTR dwUpper;
} SecHandle, * PSecHandle;
typedef SecHandle CredHandle;
typedef PSecHandle PCredHandle;
typedef SecHandle CtxtHandle;
typedef PSecHandle PCtxtHandle;
See Also
Authentication Services Structures
Send Feedback on this topic to the authors