Share via


CLAIMLIST

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.

Requirements

Header: Declared in infocard.h.

See Also

Other Resources

Windows CardSpace Structures

Copyright © 2007 by Microsoft Corporation. All rights reserved.