SecPkgContext_AuthzID 構造体 (sspi.h)

セキュリティ コンテキストの AuthzID に関する情報が含まれます。

構文

typedef struct _SecPkgContext_AuthzID {
  unsigned long AuthzIDLength;
  char          *AuthzID;
} SecPkgContext_AuthzID, *PSecPkgContext_AuthzID;

メンバー

AuthzIDLength

AuthzID の長さ (バイト単位)。

AuthzID

AuthzID。

要件

要件
Header sspi.h