FWP_TOKEN_INFORMATION structure (fwptypes.h)
The FWP_TOKEN_INFORMATION structure defines a set of security identifiers that are used for user-mode classification.
Syntax
typedef struct FWP_TOKEN_INFORMATION_ {
ULONG sidCount;
PSID_AND_ATTRIBUTES sids;
ULONG restrictedSidCount;
PSID_AND_ATTRIBUTES restrictedSids;
} FWP_TOKEN_INFORMATION;
Members
sidCount
The number of SID_AND_ATTRIBUTES structures stored in the sids array.
sids
An array of SID_AND_ATTRIBUTES structures containing user and group security information.
restrictedSidCount
The number of SID_AND_ATTRIBUTES structures stored in the restrictedSids array.
restrictedSids
An array of SID_AND_ATTRIBUTES structures containing restricted SIDs security information.
Requirements
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | fwptypes.h |