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.

See Also

Other Resources

Windows CardSpace Structures

Footer image

Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.