次の方法で共有


SecHandle 構造体 (sspi.h)

セキュリティ ハンドルを表します。

構文

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

メンバー

dwLower

ハンドルの下位 32 ビット。

dwUpper

ハンドルの上位 32 ビット。

要件

要件
Header sspi.h