secHandle 结构 (sspi.h)

表示安全句柄。

语法

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

成员

dwLower

句柄的下 32 位。

dwUpper

句柄的高 32 位。

要求

要求
Header sspi.h