SECURITY_CAPABILITIES構造体 (winnt.h)

SECURITY_CAPABILITIES構造は、アプリ コンテナーのセキュリティ機能を定義します。

構文

typedef struct _SECURITY_CAPABILITIES {
#if ...
  PISID               AppContainerSid;
#if ...
  PSID_AND_ATTRIBUTES Capabilities;
#else
  PSID                AppContainerSid;
#endif
#else
  PSID_AND_ATTRIBUTES Capabilities;
#endif
  DWORD               CapabilityCount;
  DWORD               Reserved;
} SECURITY_CAPABILITIES, *PSECURITY_CAPABILITIES, *LPSECURITY_CAPABILITIES;

メンバー

AppContainerSid

アプリ コンテナーの SID。

Capabilities

特定の機能。

CapabilityCount

機能の数。

Reserved

このメンバーは予約されています。 使用しないでください。

要件

   
サポートされている最小のクライアント Windows 8 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2012 [デスクトップ アプリのみ]
Header winnt.h

関連項目

機能 SID 定数