Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a list of claims. For more information about the claims in the list, see the Claims section in Understanding Personal Information Cards.
typedef struct _CLAIMLIST
{
DWORD count;
LPCWSTR* claims;
}CLAIMLIST, *PCLAIMLIST;
Parameters
| Member | Description |
|---|---|
count |
A count of the number of claims. |
claims |
A pointer to an array of claims. |
See Also
Other Resources
.gif)
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.